Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 618 Bytes

Spooky Hill / Haunted House

link

Confused? Learn more about the project.

Development

Before you start, you should have NodeJS installed.

npm install
npm run start

After running start, open localhost:1234. The page should automatically refresh when you make a change.

Building & Deploying

npm run build

Outputs static files to /dist/.

Services like Netlify have free tiers that can easily deploy simple static webpages like this.