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