Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 392 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 392 Bytes

Sketch-book

Various graphical tests in the browser, using shaders and JavaScript libraries.

Getting Started

First, run the development server:

# After first checkout
npm install

# Develop with local server on http://localhost:3000
npm run dev

# Linter
npm run lint

# Export static site to ./out
npm run build

License

No license for now, so default copyright laws.