https://github.com/sindrig/nafnaval
nafnaval.is - Select an approved Icelandic name
https://github.com/sindrig/nafnaval
Last synced: over 1 year ago
JSON representation
nafnaval.is - Select an approved Icelandic name
- Host: GitHub
- URL: https://github.com/sindrig/nafnaval
- Owner: sindrig
- Created: 2019-12-26T15:24:15.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T12:10:50.000Z (over 2 years ago)
- Last Synced: 2023-09-05T13:53:31.191Z (over 2 years ago)
- Language: TypeScript
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nafnaval.is

A free service for soon-to-be parents that need to select valid Icelandic names for their newborns.
## Development
Start your local backend:
make local-env
A production build will be available at [localhost:8080](http://localhost:8080).
You can of course run the front-end:
cd frontend
yarn start
## Deploying manually
make target=staging deploy
make target=prod deploy