Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/city-of-helsinki/helsinki-benefit
- Owner: City-of-Helsinki
- License: mit
- Created: 2021-05-17T07:31:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T13:14:47.000Z (over 3 years ago)
- Last Synced: 2024-04-08T16:42:01.361Z (9 months ago)
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.