A web application for visualising the GomJau-Hogg notation for generating any regular polygon tessellations.
• Node - Either use nvm use or checkout the tested version inside the .nvmrc file.
Clone the repository
git clone git@github.com:HHogg/antwerp.git
Install the dependencies with your favourite package manager
yarn install
Spin up the Parcel development server
yarn start
Build the static files using Parcel
yarn build
Deploy to Firebase hosting (... after authenticating)
yarn deploy