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 f55bf67d8a [es] Update events.js 2021-09-23 21:30:06 +00:00
assets
components [license] remove license version, just use current 2021-09-21 19:51:15 +02:00
layouts
locale [es] Update events.js 2021-09-23 21:30:06 +00:00
migrations
pages
plugins #263 expand links in cards 2021-09-07 17:37:24 +02:00
routes [calendar] fix banner 2021-09-18 17:12:34 +02:00
server [calendar] move image generation to cron 2021-09-18 16:55:57 +02:00
src #249 [calendar] twitter bot 2021-09-16 12:52:10 +02:00
static [calendar] update banners 2021-09-14 17:45:20 +02:00
store
.env.dist #249 [calendar] twitter bot 2021-09-16 12:52:10 +02:00
.gitignore [calendar] update banners 2021-09-14 17:45:20 +02:00
LICENSE.md [license] change back the damn name 2021-09-21 20:44:42 +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 #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