Skip to content

LegoIready/bucklife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bucklife

Getting Started

Open index.html in your web browser and start editing sketch.js.

Running Locally

For projects with media files, use a local server:

# Using Python
python -m http.server 8000

# Using Node.js
npx http-server

# Using VS Code Live Server extension
# Right-click index.html -> "Open with Live Server"

Resources