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] 0455ea8b4b
Bump next from 12.0.9 to 12.1.0
Bumps [next](https://github.com/vercel/next.js) from 12.0.9 to 12.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v12.0.9...v12.1.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 01:50:11 +00:00
docker (nextjs) added dockerignore and cache 2022-01-17 17:06:36 +07:00
public fixed muro's legs length 2022-01-29 21:46:15 +07:00
src added 500 page 2022-02-15 20:05:43 +07:00
.dockerignore (nextjs) added dockerignore and cache 2022-01-17 17:06:36 +07:00
.drone.yml fixed build 2022-01-19 17:54:50 +07:00
.env.development removed lab reducer 2022-01-05 15:57:29 +07:00
.env.local (nextjs) fixed cache path: added restore step 2022-01-17 17:38:20 +07:00
.eslintignore (nextjs) fixed eslint warnings 2022-01-19 12:03:54 +07:00
.eslintrc.js fixed dependencies 2022-01-28 11:02:23 +07:00
.gitignore added nextjs and fixed problems for it 2022-01-07 19:01:27 +07:00
.prettierrc changed prettier rc 2019-11-20 15:07:43 +07:00
craco.config.js (nextjs) fixed eslint warnings 2022-01-19 12:03:54 +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 fixed ramda imports to reduce bundle size 2022-01-25 11:24:42 +07:00
package.json Bump next from 12.0.9 to 12.1.0 2022-02-18 01:50:11 +00:00
README.md updated readme 2020-11-17 15:17:54 +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 fixed dependencies 2022-01-28 11:02:23 +07:00
yarn.lock Bump next from 12.0.9 to 12.1.0 2022-02-18 01:50:11 +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