- Use node v20 with
nvm use 20. - Run the following command in the root of the codebase to install the dependencies:
yarn install. - Now create a
.envfile and fill in the variables mentioned in.env.example - Run the following command to start the dev server:
yarn dev.
This project is licensed under the MIT License - see the LICENSE.md file for details