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
Paweł Dembowski 20cfa119e9 [es] Update events.js 2021-10-23 01:51:24 +00:00
assets
components [terminology] fix category name setting filter 2021-10-15 19:09:43 +02:00
layouts
locale [es] Update events.js 2021-10-23 01:51:24 +00:00
migrations [en][terminology] add migration 2021-10-14 23:48:22 +02:00
pages
plugins [dev] disable matomo on dev 2021-09-25 14:56:05 +02:00
routes [faq] link to FAQ on the contact page 2021-10-16 18:42:35 +02:00
server [terminology] script to copy flags and images from polish 2021-10-15 22:20:37 +02:00
src don't remove quotes in <head> 2021-10-21 20:44:23 +02:00
static [flgas] 2021-10-22 12:43:00 +02:00
store
.env.dist #249 [calendar] twitter bot 2021-09-16 12:52:10 +02:00
.gitignore
LICENSE.md [license] change back the damn name 2021-09-21 20:44:42 +02:00
Makefile reorganise docs into docs-local 2021-09-30 18:34:22 +02:00
README.md
nuxt.config.js #266 [calendar] replace calendarWide with ?layout=basic 2021-10-03 16:57:15 +02:00
package.json #249 [calendar] twitter bot 2021-09-16 12:52:10 +02:00
yarn.lock #249 [calendar] twitter bot 2021-09-16 12:52:10 +02:00

README.md

Zaimki.pl / Pronouns.page

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

See LICENSE