Install the project locally
Get started
Running the project locally
-
Install dependencies
-
Set up environment variables
Copy
.env.dev.example
to.env
Check out the Configuration guide if you want to enable more options
-
Make sure you have Docker running
-
Make sure you have Node.js installed. I suggest you use
nvm
allowing you to manage different versions. Once you installed nvm, you can install and use the latest version of Node.js:nvm install && nvm use
-
Start the builder and viewer
Builder is available at
http://localhost:3000
Viewer is available at
http://localhost:3001
Database inspector is available at
http://localhost:5555
By default, you can easily authenticate in the builder using the “Github Sign In” button. For other options, check out the Configuration guide
-
(Optionnal) Start the landing page
Copy
apps/landing-page/.env.local.example
toapps/landing-page/.env.local
-
(Optionnal) Start the docs