Skip to content

MineralFish/mineralfish.github.io

Repository files navigation

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.

OfFISHial Mineral Fish Site

Developing

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 install
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.)


Relevant bit of information from the original readme:

Recommended IDE Setup

VS Code + Svelte.