Hangar/frontend
2021-04-08 20:00:27 -07:00
..
.husky Update dependency husky to v5 (#375) 2021-03-16 10:49:52 -07:00
assets sitemap stuff 2021-04-03 16:53:58 -07:00
components couple fixes 2021-04-07 21:58:49 -07:00
layouts i18n for error pages 2021-04-02 14:54:38 +02:00
locales project deletion 2021-04-08 20:00:27 -07:00
middleware couple fixes 2021-04-07 21:58:49 -07:00
pages project deletion 2021-04-08 20:00:27 -07:00
plugins couple fixes 2021-04-07 21:58:49 -07:00
static Implement sponsor card 2021-02-13 12:34:36 +01:00
store bit of work on prompts and organization avatars 2021-04-05 01:20:15 -07:00
types version (soft/hard)deletion/restore frontend 2021-04-08 18:53:01 -07:00
utils api key creation/deletion 2021-04-06 01:41:02 -07:00
.eslintrc.js delete page 2021-02-09 15:56:02 -08:00
.gitignore move frontend 2021-01-21 17:24:35 +01:00
.npmrc finished version approval page 2021-03-28 13:10:41 -07:00
.prettierrc spruced up the new project page 2021-02-04 22:51:51 -08:00
nuxt.config.ts couple fixes 2021-04-07 21:58:49 -07:00
package.json Update dependency core-js to v3.10.1 (#414) 2021-04-07 14:42:30 -07:00
README.md move frontend 2021-01-21 17:24:35 +01:00
tsconfig.json eslint stuff 2021-02-09 10:22:36 -08:00
yarn.lock Update dependency core-js to v3.10.1 (#414) 2021-04-07 14:42:30 -07: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.