Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
tags
created 2020-03-28 08:40:13 UTC
modified 2020-05-24 04:43:40 UTC

Development

Please also read the package.json for more information

  1. Clone the 0xGG/crossnote repository (Recommended to fork your own)
$ git clone https://github.com/0xGG/crossnote.git
  1. Install all necessary packages
$ yarn
  1. Start the development server
$ yarn start
  1. Production build and run
$ yarn build
$ yarn test:production