Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```