Skip to content

remcohoff/omslagroute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixxx-omslagroute

Prerequisites

Local Development

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

Styling resources

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.

UX designs

Figma

Sketch Cloud

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.3%
  • HTML 29.5%
  • CSS 19.2%
  • JavaScript 11.3%
  • Other 0.7%