1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
No description
Find a file
2020-09-09 13:32:28 +07:00
.vscode fixed input appearance 2019-11-14 15:08:30 +07:00
src messages form at the bottom 2020-09-09 13:32:28 +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 updated env example 2020-08-22 17:24:52 +07:00
.eslintrc.js simple audio player 2019-10-11 13:51:14 +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 message editing form works properly 2020-09-07 18:00:49 +07: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 added register_socials to reducer 2020-08-20 10:55:14 +07:00
yarn.lock message editing form works properly 2020-09-07 18:00:49 +07: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