This directory is a node.js environment for browser-based-design environment.
This is a sub-project of the Open Context python project intended to create static HTML for reference and reuse.
Read the Makefile and run make setup
to install dependencies.
Read package.json to understand which dependencies will be installed with NPM.
Read the gulpfile to see which commands are available.
- Install the dependencies.
- Run
gulp
. - A browser and terminal process will open.
- Edit the Sass and files in the
src
directory. - The gulp server will see the change; you should see the log change in the terminal.
- The browser page should reflect the changes almost immediately, without refreshing.