mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 12:26:40 +07:00
No description
![]() Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.husky | ||
docker | ||
public | ||
src | ||
.dockerignore | ||
.drone.yml | ||
.env.development | ||
.env.local | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
docker-compose.yml | ||
next-env.d.ts | ||
next.config.js | ||
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