Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 432 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 432 Bytes

Taxonium web client

This is the client used at taxonium.org

Dev instructions

nvm use 18
npm install -g yarn
yarn install
yarn start

Building:

yarn build

Serving

There are lots of ways to serve -- once built, this frontend is just a static app.

Docker container

We provide a docker container that serves using nginx:

docker run --pull always -p 80:80 theosanderson/taxonium_frontend:master