/RubberDucky

Fluid simulation with rubber ducky for my Homepage

Primary LanguageJavaScript

RubberDucky

Fluid simulation with rubber ducky for my Homepage.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have npm installed to build the project. To check if you have npm installed you can run this command in your terminal:

$ npm -v

Installing

Clone this repository:

$ git clone https://github.com/miguel-sc/RubberDucky.git

Install dependencies:

$ npm install

Run development server:

$ npm run dev

Build:

$ npm run build