Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikachan/forget-me-not
Fansite for a Japanese musician built using SvelteKit, Typescript and Tailwind CSS.
https://github.com/mikachan/forget-me-not
fansite svelte sveltekit tailwindcss
Last synced: 12 days ago
JSON representation
Fansite for a Japanese musician built using SvelteKit, Typescript and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/mikachan/forget-me-not
- Owner: mikachan
- License: mit
- Created: 2020-12-12T11:37:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T19:35:48.000Z (4 months ago)
- Last Synced: 2024-10-09T23:20:54.361Z (29 days ago)
- Topics: fansite, svelte, sveltekit, tailwindcss
- Language: JavaScript
- Homepage: https://you.sekai.co.uk
- Size: 72.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forget-me-not
[![Netlify Status](https://api.netlify.com/api/v1/badges/bdea2dbb-2c2d-4387-a701-1f9c703e5cb6/deploy-status)](https://app.netlify.com/sites/sekaicouk-forget-me-not/deploys) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
## 🎸 About
This is a fansite for Japanese musician, YOU, best known for playing guitar and violin for Gackt and S.Q.F.
**Live site:** [you.sekai.co.uk](https://you.sekai.co.uk/) or [sekai.co.uk/you](https://sekai.co.uk/you)
## 🤖 History
The site was first opened on 23rd March 2004, built with basic HTML and CSS in trusty Notepad. Around 2009 it was rebuilt as a Wordpress site where it lived for another 5-6 years. I then unfortunately completely abdandoned the site until 2020, when it was rebuilt again using SvelteKit and TailwindCSS.
This was one of my first popular sites, helped along by being built when fansites were a thing. Fansites are [now dead](https://flavorwire.com/453757/is-the-fan-site-dead-2) but I was really proud of building and maintaining this site, and I'm pleased to have a working version live again after all this time. Still a massive fan of You! ❤️
## 💻 Development
To run the site in development mode with a local dev server, run the following command:``` shell
npm start
```The site will be available on http://localhost:3000/.
To commit, use:
``` shell
npm run cz
```