modern website that elegantly shows the periodic table and the properties of each element in an interactive user interface built for mobile and desktop
node
yarn
make
wolframscript
git clone https://github.com/eankeen/periodic-table
cd periodic-table
make bootstrap
sudo docker-compose up
ensure you have no staged changes
make all
# or do it manually
make build/light
make release release=patch
make deploy