1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
No description
Find a file
2020-08-19 18:53:50 +07:00
.vscode fixed input appearance 2019-11-14 15:08:30 +07:00
src showing needs_register dialog 2020-08-19 18:53:50 +07:00
.babelrc intial commit 2019-04-01 15:50:09 +07:00
.editorconfig changed todos 2019-12-13 11:52:56 +07:00
.env_example added envs 2019-08-06 20:37:50 +07:00
.eslintrc.js simple audio player 2019-10-11 13:51:14 +07:00
.flowconfig intial commit 2019-04-01 15:50:09 +07:00
.gitignore fixed jenkins again 2020-04-14 12:57:36 +07:00
.prettierrc changed prettier rc 2019-11-20 15:07:43 +07:00
custom.d.ts left panel with git logs at boris 2020-06-09 11:20:46 +07:00
Jenkinsfile changed jenkins tasks 2020-06-09 11:21:56 +07:00
package.json Bump lodash from 4.17.15 to 4.17.19 2020-07-18 18:44:19 +00:00
README.md updated readme 2020-07-22 18:35:36 +07:00
tsconfig.json storing flow cell view 2019-10-23 15:36:25 +07:00
tslint.json added transforms and request wrappers 2019-08-05 16:33:03 +07:00
webpack.config.js photoswipe element 2020-04-20 18:04:09 +07:00
yarn-error.log sticky sidebars 2020-04-19 17:18:03 +07:00
yarn.lock Bump websocket-extensions from 0.1.3 to 0.1.4 2020-07-22 11:38:39 +00:00

This is vault48.org frontend.

Installation

  1. Clone this repo git clone git@github.com:muerwre/vault-frontend.git
  2. Run yarn install
  3. Copy .env_example to .env
  4. Set it up. You can use https://staging.vault48.org as playground

Starting

yarn start

Building

  1. Run yarn build
  2. Copy ./dist/* somewhere