项目作者: joealden

项目描述 :
An open, democratic & self governing forum.
高级语言: Vue
项目地址: git://github.com/joealden/corum-client.git
创建时间: 2017-07-16T17:28:14Z
项目社区:https://github.com/joealden/corum-client

开源协议:MIT License

下载



corum



An open, democratic & self governing forum.


corum screenshot

Corum’s API Codebase

Visit the corum-api repo.

Usage

IMPORTANT

Before running either the development or the production server, it is important
that a Corum API instance has been created, and a .env file has been created
in the root of the project with the following environment variables:

  • API_ENDPOINT (String) - The graphcool endpoint for Corum’s API.
  • PROD (Boolean) - Determines what error messages and logging should occur.

An example .env file can be found at .env.example.

If you do not know how to setup a Corum API, head over to the following github
repo, corum-api.

Development

To start the development server, run the following commands:

  1. yarn
  2. yarn dev

To view the site, navigate to http://localhost:3000 in your browser.

Production

To start the production server, run the following commands:

  1. yarn
  2. yarn deploy