mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
No description
![]() Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
docker/www | ||
public | ||
src | ||
.drone.yml | ||
.env.development | ||
.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