- Clone this repostory
- Run following command to install dependencies:
yarn
- Create a copy of the "
.env.example
" file and rename it to ".env.local
". - Provide and add the system keys to the "
.env.local
". - Run the application with following command:
yarn dev