Prerequisites
- Redwood requires Node.js (=20.x) and Yarn
- Are you on Windows? For best results, follow our Windows development setup guide
Set the environment variables:
# .env
DATABASE_URL="YOUR_DATABASE_URL"
TEST_DATABASE_URL="YOUR_TEST_DATABASE_URL"
Install dependencies:
yarn install
Seed the database:
yarn redwood exec seed
Then start the development server:
yarn redwood dev
Your browser should automatically open to http://localhost:8910.
This project is licensed under Functional Source License (FSL) 1.1 MIT to achieve the balance of sustainability and openness. The license converts to MIT after two years.