1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00
No description
Find a file
dependabot[bot] a6d3b75447
Bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-21 10:10:40 +00:00
docker/www Using custom registry (#75) 2021-09-30 14:54:52 +07:00
public #35 added zoom styles 2021-03-06 18:40:19 +07:00
src added node related provider 2021-11-21 17:09:58 +07:00
.drone.yml Using custom registry (#75) 2021-09-30 14:54:52 +07:00
.env.development added boris lab image 2021-10-29 16:52:35 +07:00
.gitignore Using custom registry (#75) 2021-09-30 14:54:52 +07:00
.prettierrc changed prettier rc 2019-11-20 15:07:43 +07:00
craco.config.js eslint auto-fix 2021-11-21 16:44:19 +07:00
docker-compose.yml renamed app to www 2020-11-16 15:48:51 +07:00
package.json added node related provider 2021-11-21 17:09:58 +07:00
README.md updated readme 2020-11-17 15:17:54 +07:00
tsconfig.json auth: refactored sagas to use try-catch 2021-03-02 14:17:27 +07:00
tsconfig.paths.json sing create-react-app now 2020-11-19 17:27:19 +07:00
yarn.lock Bump tmpl from 1.0.4 to 1.0.5 2021-11-21 10:10:40 +00:00

This is vault48.org frontend.

Build Status

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