Start the dev server for local development:
docker-compose up
To rebuild (for example, when dependencies are added requirements.txt):
docker-compose build
Start watching static files changes scss:
docker-compose exec web ./node_modules/.bin/node-sass -o ./assets/bundles/ static_src/sass --watch
Migrate database without restarting containers:
docker-compose exec web python manage.py migrate
The city of Amsterdam has developed a design system. Not all patterns have been built, they are built as soon as they become applicable. Ask colleagues through the OIS Slack #frontend channel.
The documentation for (React) components based on elements from the design system can be found in the storybook pages of the Amsterdam Styled Components repository.