Clone the repository
git clone https://github.com/SkepticMystic/app-starter-template.git
Install dependencies
npm install
Set up environment variables
Create a .env
file in the root directory and add the necessary environment variables. You can refer to the .env.example
file for guidance.
Run the development server
npm run dev
Open your browser and navigate to http://localhost:5173
to see the app in action.
vite build && npm run db migrate
in the Vercel dashboard.