Quickstart

Project Prerequisites

Steps to run the project locally

  1. Clone the project on Github

‌git clone https://github.com/erehwonmi/thenextstartup.git
  1. Install all the needed dependencies

‌npm install
  1. 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)

  2. Run the web app

npm run web-app:development
  1. Run the admin app

‌npm run admin-app:development

Last updated