mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
No description
![]() * fixed paths to match refactored backend * fixed some paths according to new backend * fixed auth urls for new endpoints * fixed urls * fixed error handling * fixes * fixed error handling on user form * fixed error handling on oauth * using fallback: true on node pages * type button for comment attach buttons * fixed return types of social delete * changed the way we upload user avatars |
||
---|---|---|
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 | ||
tsconfig.tsbuildinfo | ||
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