💡 This project uses yarn@3.2.1 and npm@8.1.2. Other versions might lead to different package resolutions, proceed with caution. Example commands use yarn.
To start the development server, run the following command:
yarn install
yarn dev
To build the project, run:
yarn build
And if you wish to automatically start a server to preview your build, you can run:
yarn build && yarn preview