25 lines
371 B
Markdown
25 lines
371 B
Markdown
# Zaimki
|
|
|
|
## Build Setup
|
|
|
|
```bash
|
|
# install dependencies
|
|
$ make install
|
|
|
|
# configure environment
|
|
$ nano .env
|
|
$ make switch LANG=pl
|
|
|
|
# serve with hot reload at localhost:3000
|
|
$ make run
|
|
|
|
# build for production and launch server
|
|
$ make deploy
|
|
$ nuxt start
|
|
```
|
|
|
|
## Copyright
|
|
|
|
* **Author:** Andrea [(Avris.it)](https://avris.it)
|
|
* **Licence:** [MIT](https://mit.avris.it)
|