Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

modern with an elegant, interactive, periodic table

License

Notifications You must be signed in to change notification settings

fox-archives/periodic-table

Repository files navigation

periodic table

introduction

modern website that elegantly shows the periodic table and the properties of each element in an interactive user interface built for mobile and desktop

periodic table image

prerequisites

  • node
  • yarn
  • make
  • wolframscript

setup

git clone https://github.com/eankeen/periodic-table
cd periodic-table
make bootstrap
sudo docker-compose up

release

ensure you have no staged changes

make all

# or do it manually
make build/light
make release release=patch
make deploy