Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 984 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 984 Bytes

Schmell Website

The official website for Schmell. Built with React.JS and written in TypeScript. The website utilizes our own backend for storing contact forms

Technologies used

  • Mantine
  • React
  • TypeScript
  • Vercel

Getting Started

Prerequisites

  • Node.js
  • Yarn

Installing and Running

  1. Clone the repository:

    git clone https://github.com/schmell-app/website.git
  2. Create an .env file in the root directory. The file should contain all the properties listed in the .env.example file.

  3. Install necessary dependencies with Yarn:

    yarn
  4. Run the project:

    yarn start

The project should now be running on http://localhost:3000.

License

This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. See LICENSE for more information.