Application for Nets and Tessellations With Edge-to-edge Regular Polygons
npm install @hhogg/antwerp
A web application for visualising the GomJau-Hogg notation for generating any regular polygon tessellations.
- Typescript
- Parcel (bundler and dev servers)
- React
- PostCSS (with postcss-preset-env for a little power)
- Two (2d drawing)
- Firebase (hosting)
##### Prerequisites
• Node - Either use nvm use or checkout the tested version inside the .nvmrc file.
##### Setup
Clone the repository
```
git clone git@github.com:HHogg/antwerp.git
Install the dependencies with your favourite package manager
``
yarn install
##### Running
Spin up the Parcel development server
``
yarn start
##### Building
Build the static files using Parcel
``
yarn build
##### Deploying
Deploy to Firebase hosting (... after authenticating)
```
yarn deploy