Hangar/frontend
MiniDigger f5f330855f sitemap fixes
Signed-off-by: MiniDigger <admin@benndorf.dev>
2021-12-23 14:16:23 +01:00
..
.husky
assets scrollbars suck 2021-12-11 12:15:57 +01:00
components fix flag for dummy language 2021-12-22 21:28:51 +01:00
layouts remove references to deployment keys 2021-12-20 15:01:29 -08:00
locales add flags to the lang modal 2021-12-22 20:33:02 +01:00
middleware try to integrate new auth 2021-10-16 12:09:44 +02:00
pages sitemap fixes 2021-12-23 14:16:23 +01:00
plugins remove references to deployment keys 2021-12-20 15:01:29 -08:00
static
store adjust frontend for category title being removed 2021-12-17 20:01:53 +01:00
types Feature: Platform Filter (#562) 2021-12-08 08:43:21 +01:00
utils
.eslintrc.js disable broken lint rule 2021-12-17 18:02:11 +01:00
.gitignore
.npmrc
.prettierrc
nuxt.config.ts crowdin cli is stupid 2021-12-22 19:50:31 +01:00
package.json move to new i18n project 2021-12-17 21:12:14 +01:00
README.md
tsconfig.json
yarn.lock move to new i18n project 2021-12-17 21:12:14 +01:00

hangar-client

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.