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
Andrea 3a8025d030 [en][pronouns] avoiding - change invalid links for waybackmachine 2022-03-19 00:13:06 +01:00
assets [ko] translations 2022-02-26 16:38:23 +01:00
components [profile] mirror pronouns - make check case-insensitive 2022-03-17 17:21:00 +01:00
layouts [perf][bug] disable no-ssr and fix hCaptcha rendering in SSR 2022-02-13 23:19:06 +01:00
locale [en][pronouns] avoiding - change invalid links for waybackmachine 2022-03-19 00:13:06 +01:00
migrations [sources] spoiler checkbox 2022-02-28 13:07:39 +01:00
pages
plugins
routes [profile] allow both /@* links and /u/* 2022-03-15 16:07:50 +01:00
server [census][pl] clean up newlines 2022-02-28 15:49:06 +01:00
src [census][pl] aggregates 2022-02-28 15:18:54 +01:00
static [ko] translations 2022-02-26 16:38:23 +01:00
store
.env.dist
.gitignore
LICENSE.md
Makefile
README.md
nuxt.config.js [profile] allow both /@* links and /u/* 2022-03-15 16:07:50 +01:00
package.json
yarn.lock

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