This requires API access to Svenskt teckenspråkslexikon
- Start the DB with
docker-compose up -d
- Copy
config.example.toml
and save it asconfig.toml
, replacedata_url
- Start the API service
go run cmd/api/*.go
- Copy
frontend/.env.example
and save it asfrontend/.env
- Start the frontend
cd frontend; yarn dev
- Download the FreeSans SWL font and save it to
frontend/public/static/fonts/freesans-swl.woff2