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

32 lines
549 B
Markdown
Raw Normal View History

2020-07-22 13:19:23 -07:00
# Zaimki
## Build Setup
```bash
# install dependencies
$ yarn install
# configure environment
$ cp .env.dist .env
$ nano .env
2020-09-28 11:11:51 -07:00
$ make switch LANG=pl
2020-08-04 07:15:41 -07:00
$ node server/initDb.js
2020-07-22 13:19:23 -07:00
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
## Copyright
* **Author:** Andrea [(Avris.it)](https://avris.it)
2020-07-22 13:19:23 -07:00
* **Licence:** [MIT](https://mit.avris.it)