Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Setup

Here you can find information on how to set everything up, both the frontend, backend and database, so you can start developing right away.

No matter what you do, you’ll need to install Git, so check out the instructions for that.

If you are only doing things on the frontend, all you need to know is how to setup the frontend.

If you are developing the backend, you will probably also want to test things on the frontend. Set up the backend with Backend setup. The current backend uses SQLite databases configured through dodeka/backend/envs/<environment>/.env. It should just work automatically and you should not have to perform any special set up.