Skip to content

eloraa/shader-exp

Repository files navigation

shader-exp

I've always been a fan of shaders. I'm still in the learning stage. Here I'll upload all the shaders that I practiced or created.

Live Link

https://eloraa.github.io/shader-exp/

Getting Started

To get you started you can simply clone the repository:

git clone https://github.com/elora/shader-01

and install the dependencies

yarn

Prerequisites

You need git to clone the repository. You can get git from http://git-scm.com/.

A number of node.js tools is necessary to initialize and test the project. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/. The tools/modules used in this project are listed in package.json.

Run the Application

Start development server:

yarn dev   

Build for Production

Build the Application for production:

yarn build