Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 294 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 294 Bytes

Full screen shader ✨🎨

Template for a full screen shader on the web.

Installation

Install dependencies:

npm install

Run local server with hot reloading

npm run serve

Compile the code for development:

npm run dev

Create the build:

npm run build