- Use node v20 with
nvm use 20
. - Run the following command in the root of the codebase to install the dependencies:
yarn install
. - 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