Get Started
Installation
An overview of the StartEase starter kit
Prerequisites
- Node.js 18+
- PNPM - The package manager
- Git- The version control system
- VS Code- Code Editor
- Cursor- Another AI code editor you can choose
- GitHub- The code hosting service
Quick Setup
1
Create your own repository
- Go to the StartEase template
- Click
Use this template
button on the top right - Set visibility to Private
- Click Create repository
2
Clone the repository
Clone the repository you just created in Step 1
3
Install dependencies
Open your terminal
4
Generate the migrations
5
Start development
Go to http://localhost:3000
- your website should be up and running!