This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/README.md

24 lines
320 B
Markdown
Raw Normal View History

2021-09-07 11:01:52 -07:00
# Zaimki.pl / Pronouns.page
2020-07-22 13:19:23 -07:00
## Build Setup
```bash
# install dependencies
2020-10-13 12:49:08 -07:00
$ make install
2020-07-22 13:19:23 -07:00
# configure environment
$ nano .env
2020-09-28 11:11:51 -07:00
$ make switch LANG=pl
2020-07-22 13:19:23 -07:00
# serve with hot reload at localhost:3000
2020-10-13 12:49:08 -07:00
$ make run
2020-07-22 13:19:23 -07:00
# build for production and launch server
2020-10-13 12:49:08 -07:00
$ make deploy
$ nuxt start
2020-07-22 13:19:23 -07:00
```
## Copyright
2021-09-07 11:01:52 -07:00
See [LICENSE](./LICENSE.md)