Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

verilab/verifront

Repository files navigation

VeriFront

This is a VeriPress frontend built with Nuxt.js. The theme used in this frontend is a port of richardchien/veripress-theme-r.

Usage

First, clone this repo and install packages:

$ git clone https://github.com/richardchien/verifront
$ cd verifront
$ npm install

Then configure the site in assets/js/config.js and replace favicons and logo in static.

Finally, run

# in development environment
$ npm run dev

or

# in production environment
$ npm run build
$ npm start

to run the app.

Releases

No releases published

Packages

No packages published