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
2021-02-24 14:36:15 +07:00
docker/www fixed Dockerfile to use build instead of dist 2020-11-19 17:38:38 +07:00
public added public 2020-11-19 17:45:47 +07:00
src fixed comment text splitting 2021-02-24 14:36:15 +07:00
.drone.yml using docker-compose as builder 2020-11-16 15:15:42 +07:00
.env_example fixed scroll 2020-11-20 18:44:15 +07:00
.gitignore added markdown formatter 2021-02-24 14:18:59 +07:00
.prettierrc changed prettier rc 2019-11-20 15:07:43 +07:00
craco.config.js fixed Dockerfile to use build instead of dist 2020-11-19 17:38:38 +07:00
docker-compose.yml renamed app to www 2020-11-16 15:48:51 +07:00
package.json added markdown formatter 2021-02-24 14:18:59 +07:00
README.md updated readme 2020-11-17 15:17:54 +07:00
tsconfig.json fixed scroll 2020-11-20 18:44:15 +07:00
tsconfig.paths.json sing create-react-app now 2020-11-19 17:27:19 +07:00
yarn.lock added markdown formatter 2021-02-24 14:18:59 +07: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