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
git clone https://github.com/erehwonmi/thenextstartup.git
Install all the needed dependencies
npm install
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
npm run web-app:development
Run the admin app
npm run admin-app:development
Last updated
Was this helpful?