🌐 Website: www.pathfindertools.com
🔨 Status: pre-alpha (meaning very far from being fully featured)
The website is a collection of tools for running Pathfinder
Please get in touch with any comments, offering or suggestions. Also,
Whatever your technical level is you're invited to get involved with code, content, ideas, etc.
It's all a bit quick and dirty in terms of the code (remember this is a side project of a hobby).
The website is built with React with the NEXT.js framework. It gets deployed on to the Vercel Platform via a Github action.
Note that I'll use the words "website" and "app" interchangeably.
To run the website locally, you will need Node installed on your computer, if you don't already.
You'll also need Yarn (or npm) to manage packages.
Once you have your dependancies (Node and Yarn) run the following scripts from your Terminal.
To install or upgrade the app:
yarn
To start the running the website:
yarn dev
Visit http://localhost:3000 and you should see the website running in dev mode.