Before running the app, you need to fill out the .env
file. Please reach out to:
You might be used to using npm
to manage your Node dependencies, but we decided to use pnpm
instead. For many reasons, it's a much better tool that is being chosen all over the industry. For more context about why it's better, we recommend you check their docs.
Don't worry, all the pnpm
commands are the exact same as npm
's
Assuming you already have npm
on your system, to get started run the following command:
npm install -g pnpm
Run the following command to install all the project dependencies.
pnpm install
pnpm dev
The application will be available at http://localhost:3000
- TypeScript - JavaScript superset
- React - Macro framework
- Next.js - React meta-framework
- TailwindCSS - CSS framework
- NPM - Dependency and virtual environment manager
- typescript-eslint - Code Linter
- Prettier - Code Formatter
We are using Vercel πΊ to deploy our website.
This project is licensed under the MIT License - see the LICENSE file for details