Skip to content

kingswisdom/dcomix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcomix

DCOMIX is a decentralized webcomics platform. The "dcomix" name came from digital comics. So this project is all about creating your own comics and uploading your work to a dedicated webcomic host where you can earn from it.

DCOMIX is a platform project driven by community initiative and it's open sourced.


For using this prototype, you have to install node.js.

Then, launch a command prompt or terminal, and type :

npm install -g browserify

Once this is done, go to your directory by doing so

cd C:/Users/.../PATH TO THE DCOMIX PROTOTYPE FOLDER/

then :

npm install

and finally

node server.js or npm start

You can stop the server by doing CTRL + C

If you update the server.js/serverlib.js files, you will have to relaunch the server

If you update the client.js, you will have to rebundle it. To do so, open a console or terminal in the dcomix folder, and type :

npm bundle or browserify ./assets/js/client.js -o ./assets/js/bundle.js

About

decentralized webcomics platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%