Quickstart
Project Prerequisites
NodeJS 18 and above. I am personally using the version 20.8.0 https://nodejs.org/en/learn/getting-started/how-to-install-nodejs
nvm (Optional). So that you can easily switch up Node versions. https://github.com/nvm-sh/nvm
pnpm (Optional) https://pnpm.io/installation
Turso database. https://docs.turso.tech/quickstart
Steps to run the project locally
Clone the project on Github
Install all the needed dependencies
Create a Turso database. Select the country or region where you at https://docs.turso.tech/quickstart (More info check : https://thenextstartupdocs.erehwonmi.com/walkthrough/database)
Run the web app
Run the admin app
Last updated