Skip to content

jcouyang/evergist

Repository files navigation

Evergist

Gitter

Open Tasks

ev*rnote but with version control

This is a product being built by the Assembly community. You can help push this idea forward by visiting https://assembly.com/evergist.

How Assembly Works

Assembly products are like open-source and made with contributions from the community. Assembly handles the boring stuff like hosting, support, financing, legal, etc. Once the product launches we collect the revenue and split the profits amongst the contributors.

Visit https://assembly.com to learn more.

Development

build

  1. compile
npm install
gulp build
  1. watch
gulp watch

task board

I'm using github issues and gira plugin to manage tasks, so

  1. install gira
  2. open https://github.com/jcouyang/evergist/issues
  3. then you should see some tasks like this

UI/View

Model

Test

jest

npm test

CI