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 8a13be203e na stronie głównej pokaż opisy form, nie tylko tytuły 2020-08-11 09:22:09 +02:00
assets #31 neutratywy 2020-08-04 16:15:41 +02:00
components [neutratywy] anti-troll measures 2020-08-06 15:59:08 +02:00
data [sources] degradacja dukaja 2020-08-10 21:18:23 +02:00
layouts init 2020-07-23 22:18:27 +02:00
pages na stronie głównej pokaż opisy form, nie tylko tytuły 2020-08-11 09:22:09 +02:00
plugins init 2020-07-23 22:18:27 +02:00
server #35 [neutratywy] powiadomienia mailowe o potrzebie moderacji 2020-08-06 16:33:16 +02:00
src [neutratywy] new template 2020-08-07 18:10:41 +02:00
static #31 neutratywy 2020-08-04 16:15:41 +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 #31 neutratywy 2020-08-04 16:15:41 +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.