Updated javascript version of the old chemistry checker.
Use yarn dev
or yarn start
to run the server locally on the port defined in .env
.
The chemistry checker is available on /chemistry
and the nuclear checker is available on /nuclear
. Both have a parser on ./parse
and a checker on ./check
.
- Ensure that Docker is installed
- To build, run:
docker build -t ghcr.io/isaacphysics/chemistry-checker-js:latest --pull .
- To deploy to the GitHub Container Registry, run:
docker push ghcr.io/isaacphysics/chemistry-checker-js:latest