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 cc2d299ec3 [sv] Update translations.suml 2022-02-11 21:16:58 +00:00
assets [dark] dark mode fixes 2022-01-08 21:09:10 +01:00
components [header] add link to home in the <VersionDropdown> 2022-02-07 21:22:20 +01:00
layouts disable arc monkeypatch 2022-01-25 16:41:22 +01:00
locale [sv] Update translations.suml 2022-02-11 21:16:58 +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][census] banner 2022-02-05 21:50:58 +01:00
server re-enable no-ssr because of broken hCaptcha 2022-02-09 23:10:38 +01:00
src [sv] publish 2022-02-11 20:03:54 +01:00
static new logo 2022-01-25 22:40:43 +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 new logo 2022-01-25 22:40:43 +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