Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 401 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 401 Bytes

Character Walk

You can walk through Singapore, Singapore.

Setup

Download Node.js. Run this followed commands:

# Just be sure that you've got parcel js on you system
npm install -g parcel-bundler

# Install dependencies (only for first time)
npm i

# Serve at localhost:1234
npm run dev

# Build for production in the dist/ directory
npm run build