Skip to content

Small-Fish-Dev/small-fish-dev.github.io

Repository files navigation

Small Fish Website

The Small Fish website is created using SvelteKit and hosted via GitHub Pages

Setup and running locally

  1. Download and install Node.js
  2. Open the project folder using your favourite IDE (use VS Code!)
  3. In a terminal, run the following commands...
npm install
npm run dev

Adding Blog Posts

Check out the example.md file located within the repo.

Adding large assets (e.g. videos)

Upload them to this repository, or open a pull request!

Development