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
- Host: GitHub
- URL: https://github.com/cncjs/cncjs.org
- Owner: cncjs
- License: mit
- Created: 2017-02-08T14:56:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T21:04:07.000Z (over 1 year ago)
- Last Synced: 2025-04-28T14:11:45.241Z (23 days ago)
- Topics: cncjs, cncjs-documentation, cncjs-site
- Language: JavaScript
- Homepage: https://cnc.js.org
- Size: 2.8 MB
- Stars: 8
- Watchers: 10
- Forks: 38
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](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).