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 686865685c [pl] Update events.js 2021-09-15 20:40:17 +00:00
assets
components [nav][bug] disabled options showing up on mobile 2021-09-14 20:42:15 +02:00
layouts
locale [pl] Update events.js 2021-09-15 20:40:17 +00:00
migrations
pages
plugins #263 expand links in cards 2021-09-07 17:37:24 +02:00
routes [calendar] update banners 2021-09-14 17:46:49 +02:00
server [calendar] update banners 2021-09-14 17:45:20 +02:00
src [calendar] enable english 2021-09-14 14:12:17 +02:00
static [calendar] update banners 2021-09-14 17:45:20 +02:00
store
.env.dist
.gitignore [calendar] update banners 2021-09-14 17:45:20 +02:00
LICENSE.md license - fix the damn copyright field 2021-09-12 22:06:52 +02:00
Makefile
README.md new license and terms of service 2021-09-07 20:01:52 +02:00
nuxt.config.js new license and terms of service 2021-09-07 20:01:52 +02: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