Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

messagebot/www.messagebot.io

Repository files navigation

Greenkeeper badge

CircleCI

Install

This is a React Project utilizing next.js and react-bootstrap

  • npm install

Running in Development

  • npm run dev

Building for Production

  • npm run build
  • npm start

The master branch of this repository is automatically deployed by circle.ci on a successful test run to www.messagebot.io.

Linting

We use standard.js to manage our lint rules. We run standard as part of our test suite, and your contributions must pass. Standard is very opinionated and inflexible such that we cannot inject our own opinions. There are no eslint/jshint files to manage in this project.

CSS

  • we use a default boostrap CSS file
  • all components provide thier own CSS inline

Releases

No releases published

Packages

No packages published