Get started
Welcome to Launchway! This is a quickstart to getting your app up and running locally
Prerequisites
To get started, there a few things you'll need on your machine
- Node 20.x or higher
- A Stripe API key
- An email service (Resend, Mailgun, Postmark, etc)
- Docker (optional but recommended)
Download the repo
git clone [email protected]:Launchway/launchway-base-kit.git
cd launchway-base-kitInstall dependencies
npm installRun the setup script
This will guide you through setting up your database, environment variables and other default app configurations
npm run initStart the development server
npm run devDone!
You can now view your site at http://localhost:3000 (opens in a new tab)