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 847dc5d3c8 spaceless 2020-09-23 23:00:01 +02:00
assets #53 badge dla form normatywnych 2020-09-16 22:31:57 +02:00
components spaceless 2020-09-23 23:00:01 +02:00
data [sources] TęczUJ 2020-09-18 09:55:14 +02:00
layouts #55 menu 2020-09-23 20:34:35 +02:00
pages homepage - links to a list 2020-09-23 21:33:16 +02:00
plugins init 2020-07-23 22:18:27 +02:00
server #51 dowolne zaimki 2020-09-13 22:15:44 +02:00
src #57 meta helper 2020-09-23 21:29:55 +02:00
static include zaimki.pl in nouns banner 2020-09-22 17:20:21 +02:00
.env.dist #35 [neutratywy] powiadomienia mailowe o potrzebie moderacji 2020-08-06 16:33:16 +02:00
.gitignore #31 neutratywy 2020-08-04 16:15:41 +02:00
Makefile init 2020-07-23 22:18:27 +02:00
README.md #31 neutratywy 2020-08-04 16:15:41 +02:00
nuxt.config.js [dukaizmy] nowy cytat, usunięcie linku do wiki 2020-08-25 14:58:11 +02:00
package.json #35 [neutratywy] powiadomienia mailowe o potrzebie moderacji 2020-08-06 16:33:16 +02:00
yarn.lock #35 [neutratywy] powiadomienia mailowe o potrzebie moderacji 2020-08-06 16:33:16 +02:00

README.md

Zaimki

Build Setup

# install dependencies
$ yarn install

# configure environment
$ cp .env.dist .env
$ nano .env
$ node server/initDb.js

# 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.