Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 421 Bytes

README.md

File metadata and controls

executable file
·
13 lines (7 loc) · 421 Bytes

INDESTRUCTIBLEART.COM

This is the haiku source code for indestructibleart.com.

Running locally

To run the server locally you will first need to install the dependencies node and npm and then do:

npm install

Once the dependencies are installed you can run the local server to view your work by using the npm start script:

npm start