Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/city-of-helsinki/helsinki-benefit

The City of Helsinki will grant the Helsinki-benefit to employers who hire unemployed Helsinki residents for the private sector or volunteer sector.
https://github.com/city-of-helsinki/helsinki-benefit

Last synced: about 1 month ago
JSON representation

The City of Helsinki will grant the Helsinki-benefit to employers who hire unemployed Helsinki residents for the private sector or volunteer sector.

Awesome Lists containing this project

README

        

# helsinkibenefit
YJDH/Helsinki benefit

## Development with Docker

1. Copy the contents of `.env.example` to `.env` and modify it if needed.

2. Run `docker-compose up`

The Frontend is now running at [localhost:3000](http://localhost:3000)
The backend is now running at [localhost:8000](http://localhost:8000)

## Setting up Husky pre-commit hooks:

1. Run `yarn install` and `yarn prepare` on project root
2. Try `git commit -m foo`. It does not commit anything for real but pre-commit hook should be triggered.