Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanatkn/ryanatkn.com
@ryanatkn's homepage and blog ðŠķ
https://github.com/ryanatkn/ryanatkn.com
activitypub activitystreams blog foss homepage svelte sveltekit typescript web
Last synced: 10 days ago
JSON representation
@ryanatkn's homepage and blog ðŠķ
- Host: GitHub
- URL: https://github.com/ryanatkn/ryanatkn.com
- Owner: ryanatkn
- License: mit
- Created: 2022-01-02T19:37:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T23:29:31.000Z (about 2 months ago)
- Last Synced: 2024-09-16T00:37:38.218Z (about 2 months ago)
- Topics: activitypub, activitystreams, blog, foss, homepage, svelte, sveltekit, typescript, web
- Language: TypeScript
- Homepage: https://www.ryanatkn.com/
- Size: 3.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [ryanatkn.com](https://www.ryanatkn.com) ðĪðģðŋ
[](https://www.ryanatkn.com/)
> [@ryanatkn](https://github.com/ryanatkn)'s homepage and blog
> ðŠķ building free and open source tools and toys## usage
```bash
# node >= 20.10
npm i
# then
npm run dev
# or
gro dev # npm i -g @ryanatkn/gro
```See [SvelteKit](https://github.com/sveltejs/kit),
[Vite](https://github.com/vitejs/vite),
and [Gro](https://github.com/ryanatkn/gro) for more.## build
```bash
npm run build
# or
gro build
```## deploy
[Deploy](https://github.com/ryanatkn/gro/blob/main/src/docs/deploy.md)
(build, commit, and push) to the `deploy` branch, e.g. for GitHub Pages:```bash
npm run deploy
# or
gro deploy
```## credits ðĒðĒðĒ
[TypeScript](https://github.com/microsoft/TypeScript) â
[Svelte](https://github.com/sveltejs/svelte) â
[SvelteKit](https://github.com/sveltejs/kit) â
[Vite](https://github.com/vitejs/vite) â
[esbuild](https://github.com/evanw/esbuild) â
[Gro](https://github.com/ryanatkn/gro) â
[Fuz](https://github.com/ryanatkn/fuz) â
[Moss](https://github.com/ryanatkn/moss) â
[ESLint](https://github.com/eslint/eslint) â
[Prettier](https://github.com/prettier/prettier) â
& [more](package.json)## license [ðĶ](https://wikipedia.org/wiki/Free_and_open-source_software)
[MIT](LICENSE)