Skip to content

Blake-Loveland/toposcope-maker

 
 

Repository files navigation

Toposcope Maker

Web app for making toposcopes.

Compiling and running in the dev mode

sudo npm i -g webpack
npm i
webpack --config webpack-app.config.js --watch
# for library: webpack --config webpack-library.config.js --watch

Compiling for the production

sudo npm i -g webpack
npm i
NODE_ENV=production webpack --config webpack-app.config.js
NODE_ENV=production webpack --config webpack-library.config.js

Library

If compiled with webpack-library.config.js then you can include toposcope as a library to your code with <script src="build/library.js"></script>. See library-demo.html for reference usage.

About

Web app for making toposcopes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.7%
  • HTML 6.5%
  • CSS 1.8%