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.
2020-07-22 13:19:23 -07:00
|
|
|
# Zaimki
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
2020-09-28 08:51:26 -07:00
|
|
|
* **Author:** Andrea [(Avris.it)](https://avris.it)
|
2020-07-22 13:19:23 -07:00
|
|
|
* **Licence:** [MIT](https://mit.avris.it)
|