Installation
How to install LaunchPad.js
Getting Started
- Clone the repository
- Install dependencies
- 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.
- Set up the database
Follow the instructions in the Database Setup section to set up the database.
- Start the development server
- Open the project in your browser
Open the project in your browser at http://localhost:3000.