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

https://github.com/anotherhadi/homepage

My homepage is a static site built with SvelteKit and TailwindCSS. It allows you to add your own links and customize the theme of your start page.
https://github.com/anotherhadi/homepage

homepage nerdfonts shadcn-svelte startpage sveltekit tailwindcss

Last synced: 5 months ago
JSON representation

My homepage is a static site built with SvelteKit and TailwindCSS. It allows you to add your own links and customize the theme of your start page.

Awesome Lists containing this project

README

          




# Homepage


















My homepage is a static site built with SvelteKit and TailwindCSS. It allows you to add your own links and customize the theme of your start page.
It use a Nerdfont font to display icons.

You can find an example of a config file in `src/routes/config.json`. You can copy this file and modify it to your liking.

## Screenshot:

![Screenshot](./docs/src/screenshot.png)

## Installation:

### Npm

```bash
git clone https://github.com/anotherhadi/homepage
cd homepage
npm install
npm run build
```

The website content is on the `build` folder

### Nix

Todo