Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 501 Bytes

File metadata and controls

34 lines (24 loc) · 501 Bytes
tags created modified
2020-03-28 08:40:13 UTC
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