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
Avris 10901d0eb2 Merge branch 'VaultAusir-main-patch-43441' into 'main'
[no] Update translations.suml

See merge request Avris/Zaimki!123
2021-08-08 15:32:48 +00:00
assets
components #241 [sec] add captcha - fix rwd 2021-08-07 13:47:03 +02:00
layouts
locale Merge branch 'VaultAusir-main-patch-43441' into 'main' 2021-08-08 15:32:48 +00:00
migrations
pages
plugins
routes #242 [sources] no async fetch 2021-08-07 10:18:48 +02:00
server #241 [sec] add captcha to change email too 2021-08-07 12:10:18 +02:00
src [no] base 2021-08-07 18:39:51 +02:00
static
store
.env.dist #241 [sec] add captcha to login 2021-08-07 12:03:49 +02:00
.gitignore
Makefile
README.md
nuxt.config.js #241 [sec] add captcha to login 2021-08-07 12:03:49 +02:00
package.json #241 [sec] add captcha to login 2021-08-07 12:03:49 +02:00
yarn.lock #242 [sources] add lazy hydration 2021-08-07 10:04:47 +02:00

README.md

Zaimki

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