This is the client used at taxonium.org
nvm use 18
npm install -g yarn
yarn install
yarn start
Building:
yarn build
There are lots of ways to serve -- once built, this frontend is just a static app.
We provide a docker container that serves using nginx:
docker run --pull always -p 80:80 theosanderson/taxonium_frontend:master