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 a3898290cc [pl] Update events.js 2022-01-29 04:28:10 +00:00
assets [dark] dark mode fixes 2022-01-08 21:09:10 +01:00
components [blog][bug] locales without shortcuts would show all entries instead of none 2022-01-21 10:51:51 +01:00
layouts disable arc monkeypatch 2022-01-25 16:41:22 +01:00
locale [pl] Update events.js 2022-01-29 04:28:10 +00:00
migrations db fix indexes 2022-01-10 21:29:36 +01:00
pages
plugins [dark] add "automatic" to the mode switch 2022-01-18 20:26:21 +01:00
routes [pl][lad][media] ladino 21 2022-01-22 10:54:10 +01:00
server disable busy_timeout, see if the server does better 2022-01-27 08:47:06 +01:00
src [pl][blog] rodzaj-neutralny 2022-01-22 13:39:11 +01:00
static [privacy][faq] noindex, robots 2022-01-08 11:31:06 +01:00
store #291 [auth][mfa] MFA 2021-12-18 18:54:36 +00:00
.env.dist
.gitignore
LICENSE.md
Makefile
README.md
nuxt.config.js [pl][blog] display most important posts prominently 2022-01-19 23:47:08 +01:00
package.json [lad] hebrew calendar dates 2021-12-29 15:46:09 +01:00
yarn.lock [lad] hebrew calendar dates 2021-12-29 15:46:09 +01: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