/InteractiveArtGenerator

A web based app that allows users to create art

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

InteractiveArtGenerator

A web based app that allows users to create art using the three.js library

The three.js library is use to create a 3-d environment where the user if free to load in shapes and animations

This is being run on a express/node.js server with ejs templates

To run this server on our own computer, clone the repository, cd into it, run npm install and then just run npx nodemon index.js to host it on your local machine

Note! Please add your names to the author section in the package.json

Setup - How to run the project

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:3000
node index.js

In the url of your brower type localhost:3000 and the project will run

Some good resources to turn back to ( :