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 9bc5d6be20 #107 [bug][profile] some generator links don't work in the profile 2020-11-23 17:49:16 +01:00
assets wider container 2020-11-16 20:43:44 +01:00
components [pl] kolektyw, update 2020-11-23 17:41:12 +01:00
layouts #50 pronouns cards - delete 2020-10-24 22:32:12 +02:00
locale [pl] kolektyw, update 2020-11-23 17:41:12 +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 #107 [bug][profile] some generator links don't work in the profile 2020-11-23 17:49:16 +01:00
server [admin] show admins first in the user list 2020-11-23 17:05:07 +01:00
src #61 [en] fix banner 2020-11-15 15:55:44 +01:00
static #105 [flags] Oriented Aroace, Łoś 2020-11-23 17:18:12 +01:00
store #54 user accounts - use cookies, not localStorage (for SSR) 2020-10-15 19:23:53 +02:00
.env.dist #61 english version - move list of supported locales to .env 2020-11-12 21:32:07 +01:00
.gitignore #54 user accounts - jwt, page 2020-10-13 21:49:08 +02:00
Makefile #54 user accounts - jwt, page 2020-10-13 21:49:08 +02:00
README.md #54 user accounts - jwt, page 2020-10-13 21:49:08 +02:00
nuxt.config.js #105 [flags] Oriented Aroace, Łoś 2020-11-23 17:18:12 +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