1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 12:26:40 +07:00
No description
Find a file
Fedor Katurov a676e98174
All checks were successful
Build & Publish / Build & Publish (push) Successful in 3m35s
add standalone build
2025-03-24 18:22:25 +07:00
.forgejo/workflows add standalone build 2025-03-24 18:22:25 +07:00
.husky added husky 2022-12-08 16:07:24 +06:00
docker add standalone build 2025-03-24 18:22:25 +07:00
public show random lab banner, lol 2023-11-04 13:05:09 +06:00
src add standalone build 2025-03-24 18:22:25 +07:00
.dockerignore add standalone build 2025-03-24 18:22:25 +07:00
.drone.yml add standalone build 2025-03-24 18:22:25 +07:00
.env.development notifications: enable them for ordinary users 2023-03-17 17:49:02 +06:00
.env.local fix images pattern 2025-03-24 15:42:43 +07:00
.eslintignore (nextjs) fixed eslint warnings 2022-01-19 12:03:54 +07:00
.eslintrc.js add eslint-plugin-prettier 2025-01-24 17:51:59 +07:00
.gitignore remove tsbuildinfo 2023-11-19 18:20:35 +06:00
.prettierrc added support for SVG images 2022-08-08 18:07:03 +07:00
docker-compose.yml renamed app to www 2020-11-16 15:48:51 +07:00
next-env.d.ts added nextjs and fixed problems for it 2022-01-07 19:01:27 +07:00
next.config.js add standalone build 2025-03-24 18:22:25 +07:00
package.json play video in embed instead of new window on desktops 2025-02-26 16:48:54 +07:00
README.md added empty avatar placeholder 2022-09-21 12:26:35 +07:00
tsconfig.json moved Audio to useRef 2022-01-13 10:39:37 +07:00
tsconfig.paths.json sing create-react-app now 2020-11-19 17:27:19 +07:00
yarn.lock add standalone build 2025-03-24 18:22:25 +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