Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/laymonage/isle
- Owner: laymonage
- License: other
- Created: 2021-02-22T09:13:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T20:45:33.000Z (about 2 months ago)
- Last Synced: 2024-11-26T21:29:56.304Z (about 2 months ago)
- Topics: giscus
- Language: Astro
- Homepage: https://laymonage.com
- Size: 13 MB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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