home scroll deno

FAQ

How do I know which version the source code is?
Source code:
The file package.json contains a line such as
"version": "1.10.1",
command line:
Run
cnc -V
How do I build the project?
Starting with version 1.10.0, The package manager has been changed from NPM to Yarn

https://github.com/cncjs/cncjs/releases

Make sure to use node version 14. If you use nvm:
nvm use 14
Run
yarn
to install the dependencies, then run
yarn build
to build the app.
How do I start the server?
run
bin/cncjs
How do I run the app?
open a browser at
http://127.0.1.1:8000

Follow Me

discord