An open API service indexing awesome lists of open source software.

https://github.com/cncjs/cncjs.org

A repository for cncjs documentation and website
https://github.com/cncjs/cncjs.org

cncjs cncjs-documentation cncjs-site

Last synced: 23 days ago
JSON representation

A repository for cncjs documentation and website

Awesome Lists containing this project

README

        

[![build status](https://secure.travis-ci.org/cncjs/cncjs.org.svg)](https://travis-ci.org/cncjs/cncjs.org)

# cnc.js.org

A repository for cncjs documentation and website.

## Contributing

To develop, please fork the project and then clone the forked repository to your local system. After that, run:

- `npm install` to install all dependencies.
- `npm run build` to create a production version of the site.
- `npm run dev` to develop on a local webpack-dev-server.

For more information see the [contributors page](https://github.com/cncjs/cncjs.org/blob/master/CONTRIBUTING.md)

## License

Licensed under the [MIT License](https://github.com/cncjs/cncjs.org/raw/master/LICENSE).