proto
or nvm
allowing you to manage different versions. It should then autodetect which version need to be installed before running any command.
.env.dev.example
to .env
Check out the Configuration guide if you want to enable more options
docker-compose.dev.yml
file:
http://localhost:3000
Viewer is available at http://localhost:3001
By default, you can easily authenticate in the builder using the “Github Sign In” button. For other options, check out the Configuration guide. If you want to skip authentication or you want to run the e2e tests, you can set NEXT_PUBLIC_E2E_TEST
to true
in the .env
file.