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.
Go to file
Avris 1cc78cf55d #215 better server error handling - server 2021-06-09 14:47:08 +02:00
assets #205 [api] update API docs 2021-05-21 18:39:14 +02:00
components #205 [api] update API docs 2021-05-21 18:39:14 +02:00
layouts #203 dedesign header 2021-05-13 12:09:08 +02:00
locale [pl][recommended] female switcher 2021-06-07 23:01:36 +02:00
migrations [pl][inclusive] link do interakcji 2021-05-19 23:23:23 +02:00
pages
plugins #196 [admin] add charts to admin panel 2021-04-09 00:43:57 +02:00
routes #213 flags don't show when only custom flags added 2021-06-03 22:53:57 +02:00
server #215 better server error handling - server 2021-06-09 14:47:08 +02:00
src #215 better server error handling - server 2021-06-09 14:47:08 +02:00
static [pl][blog] demi lovato 2021-05-20 00:17:34 +02:00
store
.env.dist
.gitignore
Makefile arc.io - move to sw.js 2021-04-18 21:19:33 +02:00
README.md
nuxt.config.js #205 [api] update API docs 2021-05-21 18:39:14 +02:00
package.json
yarn.lock

README.md

Zaimki

Build Setup

# 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