Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laymonage/isle

Yet another incarnation of my personal website, rebuilt with Astro.
https://github.com/laymonage/isle

giscus

Last synced: about 2 months ago
JSON representation

Yet another incarnation of my personal website, rebuilt with Astro.

Awesome Lists containing this project

README

        

# isle

Yet another incarnation of [my personal website][laymonage], (re)built with
[Astro][astro], [React][react], [TypeScript][typescript], and
[Tailwind][tailwind]. It is currently based on the three previous incarnations
([Next.js][legacy], [Svelte][nook], and [Vue][apex]). I am planning to settle down with this setup
for quite a while, so this website will eventually include most of my blog
posts from all the previous "personal websites" I built.

## Setup

1. `npm install`: install dependencies
2. `npm run dev`: compile and hot-reload for development
3. `npm run build`: compile for production
4. `npm run lint:fix`: lint and fix files

## License

[License][license]

[laymonage]: https://laymonage.com
[astro]: https://astro.build
[react]: https://reactjs.org
[typescript]: https://typescriptlang.org
[tailwind]: https://tailwindcss.com
[legacy]: https://github.com/laymonage/isle/tree/legacy
[nook]: https://github.com/laymonage/nook
[apex]: https://github.com/laymonage/apex
[license]: LICENSE