mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
No description
docker/www | ||
public | ||
src | ||
.drone.yml | ||
.env_example | ||
.gitignore | ||
.prettierrc | ||
craco.config.js | ||
docker-compose.yml | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.paths.json | ||
yarn.lock |
This is vault48.org frontend.
Installation
- Clone this repo
git clone git@github.com:muerwre/vault-frontend.git
- Run
yarn install
- Copy
.env_example
to.env
- Set it up. You can use https://staging.vault48.org as playground
Starting
yarn start
Building
- Run
yarn build
- Copy
./dist/*
somewhere