jshbrntt / sierpinski

A Sierpinski triangle explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Sierpinski triangle explorer


Languages

Language:JavaScript 98.1%Language:HTML 1.7%Language:CSS 0.3%