Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bluwy/website


https://github.com/bluwy/website

markdown rehype remark svelte sveltekit windicss

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# My website

The [site](https://bjornlu.com) is built with [SvelteKit](https://kit.svelte.dev), [UnoCSS](https://unocss.dev/), and [Remark](https://github.com/remarkjs/remark)/[Rehype](https://github.com/rehypejs/rehype)/[Unified](https://github.com/unifiedjs/unified).

## Development

```bash
# Install dependencies
$ pnpm install

# Start dev server
$ pnpm dev

# Build production site
$ pnpm build

# Preview production site
$ pnpm preview

# Format code with Prettier
$ pnpm format
```

## Attributions

- [taniarascia.com](https://www.taniarascia.com/): Design inspiration.
- [css.gg](https://css.gg/): CSS icons reference.
- [Google Fonts](https://fonts.google.com/): Free fonts.

## License

MIT