Follow these steps to get started with the boilerplate.

1

Create a new repo with the boilerplate

To get started, get the repository you want to use, choose between:

Click on Use this template button to create a new repository with the Launch Leopard boilerplate.

2

Clone your new repository

Clone your new repository with the following command

git clone https://github.com/[your_username]/[your_repo_name].git

Or use VSCode to clone your repository

3

Set .env

Rename the .env.example file to .env

4

Install dependencies

Install dependencies with the following command

npm install
5

Start a local server

Start the app locally with the following command

npm run dev

Your app should now be running on http://localhost:5173, or check your terminal for the port number.