1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
No description
Find a file
dependabot[bot] 3860e930e9
Bump loader-utils from 2.0.2 to 2.0.3
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 22:19:03 +00:00
docker fixed env variables 2022-03-03 11:54:46 +07:00
public added empty avatar placeholder 2022-09-21 12:26:35 +07:00
src added lab loader 2022-10-17 12:32:05 +06:00
.dockerignore removed src from dockerignore 2022-07-28 14:19:55 +07:00
.drone.yml removed cache_from 2022-03-15 15:24:52 +07:00
.env.development fixed stats 2022-05-13 17:49:26 +07:00
.env.local Отрефакторил бэк, исправил ошибки (#138) 2022-09-16 14:53:52 +07:00
.eslintignore (nextjs) fixed eslint warnings 2022-01-19 12:03:54 +07:00
.eslintrc.js Отрефакторил бэк, исправил ошибки (#138) 2022-09-16 14:53:52 +07:00
.gitignore Добавили заметки в сайдбар (#126) 2022-08-12 14:07:19 +07: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 added sample user profile page (#133) 2022-08-14 18:05:39 +07:00
package.json Отрефакторил бэк, исправил ошибки (#138) 2022-09-16 14:53:52 +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
tsconfig.tsbuildinfo Отрефакторил бэк, исправил ошибки (#138) 2022-09-16 14:53:52 +07:00
yarn.lock Bump loader-utils from 2.0.2 to 2.0.3 2022-11-08 22:19:03 +00: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