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 3732dbc8f0 [en] 2020-11-26 20:06:24 +01:00
assets new background 2020-11-26 00:23:11 +01:00
components #61 [en] credits 2020-11-26 01:02:38 +01:00
layouts
locale [en] 2020-11-26 20:06:24 +01:00
migrations #61 [english] wip 2020-10-31 13:10:25 +01:00
pages #95 [refactor] rename "template" to "pronoun" 2020-11-11 00:47:44 +01:00
plugins #61 english version - move list of supported locales to .env 2020-11-12 21:32:07 +01:00
routes #101 stats - gui 2020-11-25 01:11:17 +01:00
server #114 [nouns][en] allow skipping plurals 2020-11-26 00:05:39 +01:00
src #114 [nouns][en] allow skipping plurals 2020-11-26 00:05:39 +01:00
static [pl][flags] łoś -> rodzaj nijaki 2020-11-23 23:16:58 +01:00
store
.env.dist #61 english version - move list of supported locales to .env 2020-11-12 21:32:07 +01:00
.gitignore
Makefile
README.md
nuxt.config.js #101 stats - server 2020-11-25 00:54:02 +01:00
package.json #99 host blog entries 2020-11-13 22:57:23 +01:00
yarn.lock #99 host blog entries 2020-11-13 22:57:23 +01:00

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