Fluid simulation with rubber ducky for my Homepage.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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
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