Skip to content

omega-bbs/mua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28bbadd · Nov 6, 2017
Oct 24, 2017
Oct 13, 2017
Sep 18, 2017
Oct 25, 2017
Oct 24, 2017
Sep 21, 2017
Sep 21, 2017
Aug 19, 2017
Aug 15, 2017
Aug 25, 2017
Sep 18, 2017
Aug 4, 2017
Aug 15, 2017
Nov 6, 2017
Sep 13, 2017
Sep 16, 2017
Aug 7, 2017
Oct 13, 2017
Aug 9, 2017
Sep 20, 2017
Nov 1, 2017
Nov 1, 2017

Repository files navigation

mua

Build Status Coverage Status Docker Build Status

Front-end for ω bbs.

Prerequisites

Setup

$ git config diff.nodiff.command /usr/bin/true # recommended

$ npm install

Editor Integrations (recommended)

Development

# PORT=8080
# API_PORT=8000

$ npm run dev # 127.0.0.1:8080

Lint / Format

$ npm run lint
$ npm run format

Test

$ npm run jest

Docker

# PORT=8080

$ npm run docker:build
$ npm run docker:start # 127.0.0.1:8080

Analyze

$ NODE_ENV=production npm run build
$ npm run analyze

License

GNU Affero General Public License Version 3 (AGPL 3.0)