Mineralfish.github.io
ofFISHial site for the 2022 Mifernian Census
Install / Use
/learn @MineralFish/Mineralfish.github.ioREADME
mineralfish.github.io
Might be mineral fish site in future, idk. Currently just a fish list. Made with Svelte. Built version (used at mineralfish.github.io) at the build branch. Build steps below.

Developing
<!-- this is copied lol -->Requirements:
- node.js and npm or some other package manager
- git (optional, for cloning the repo)
- Preferably understanding of JavaScript and node.js, among ~~us~~ other things
To clone and run a development server on your machine (that autoupdates when you modify files):
git clone https://github.com/MineralFish/mineralfish.github.io
cd mineralfish.github.io
npm ci
npm run dev
For one-time building:
npm run build
(Note: A GitHub Action will usually do this for you when you push to the repo.)
