Hangar/frontend
2021-04-06 01:41:02 -07:00
..
.husky
assets sitemap stuff 2021-04-03 16:53:58 -07:00
components user locking/unlocking 2021-04-05 22:24:30 -07:00
layouts i18n for error pages 2021-04-02 14:54:38 +02:00
locales api key creation/deletion 2021-04-06 01:41:02 -07:00
middleware fix 2 issues 2021-03-22 20:07:53 -07:00
pages api key creation/deletion 2021-04-06 01:41:02 -07:00
plugins project view tracking 2021-04-04 20:17:34 -07:00
static
store bit of work on prompts and organization avatars 2021-04-05 01:20:15 -07:00
types api key creation/deletion 2021-04-06 01:41:02 -07:00
utils api key creation/deletion 2021-04-06 01:41:02 -07:00
.eslintrc.js
.gitignore
.npmrc finished version approval page 2021-03-28 13:10:41 -07:00
.prettierrc
nuxt.config.ts handle csp with a 3rd party module instead... 2021-04-05 20:01:24 +02:00
package.json handle csp with a 3rd party module instead... 2021-04-05 20:01:24 +02:00
README.md
tsconfig.json
yarn.lock handle csp with a 3rd party module instead... 2021-04-05 20:01:24 +02: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.