LaunchPad.js

Installation

How to install LaunchPad.js

Getting Started

  1. Clone the repository
git clone https://github.com/Sinisterchilll/launchpadjs-template.git
  1. Install dependencies
# pnpm
pnpm install
 
# npm
npm install
 
# yarn
yarn install
 
# bun
bun install
  1. Setup environment variables

Make a copy of the .env.example file and name it .env. Update the .env file with your own values. See the Environment Variables section for more information.

  1. Set up the database

Follow the instructions in the Database Setup section to set up the database.

  1. Start the development server
# pnpm
pnpm dev
 
# npm
npm run dev
 
# yarn
yarn dev
 
# bun
bun run dev
  1. Open the project in your browser

Open the project in your browser at http://localhost:3000.

On this page