Getting Started
Installation
To get started with a new project, follow these steps:
Create a new project by running the following command:
shpnpm create sweyn@latest <app-name>
Replace
<app-name>
with the name you want for your project.Navigate into the project directory:
shcd <app-name>
Start the development server:
shpnpm run dev
This will start a local development server at
http://localhost:3003
.