/sierpinski

A Sierpinski triangle explorer

Primary LanguageJavaScript

Sierpinski triangle explorer

Demo

https://synthecypher.github.io/sierpinski/

Code Style

The code written for the project follows the JavaScript Standard Style.

Getting Started

Docker was used in this project to ensure a reproducible and reliable development environment.

Prerequisites

Development

$ git clone git@github.com:synthecypher/sierpinski.git
$ cd sierpinski
$ docker-compose up -d dev
$ docker attach sierpinski_dev_1
# Press any key for shell prompt in development environment
$ yarn install
$ npm run dev

Go to http://localhost:8080.

Production

$ git clone git@github.com:synthecypher/sierpinski.git
$ cd sierpinski
$ docker-compose up prod

Go to http://localhost:8080.