Skip to content

madjake/thenookbook

Repository files navigation

Nookbook

A search engine & catalog for Animal Crossing New Horizons. Data comes from crowd sourced XLSX document: https://docs.google.com/spreadsheets/d/13d_LAJPlxMa_DubPTuirkIV4DERBMXbrWQsmSh8ReK4/

See a live demo: The Nook Book

Status

Mainly a prototype. Rough and not very functional at this point. See TODO for things to do.

Running Locally

npm run start-dev

Your app should now be running on localhost:5000.

Deploying to Heroku

Requires the Heroku CLI

git push heroku master

Using Docker

Build it

docker build -t thenookbook .

Run it

docker run -it -p 80:5000 thenookbook

License

See LICENSE

About

Animal Crossing New Horizon Item Searchable Catalog/Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published