Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* update deps

* fix dead link to svelte site src

* add https://asm-editor.specy.app

https://github.com/Specy/asm-editor
  • Loading branch information
janosh authored Oct 1, 2023
1 parent ea85d85 commit c6c62a0
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 23 deletions.
15 changes: 13 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
## Sites

1. **[Svelte.dev](https://svelte.dev)** 
[[code](https://github.com/sveltejs/svelte/tree/-/sites/svelte.dev)] 
[[code](https://github.com/sveltejs/svelte/tree/master/sites/svelte.dev)] 
<a href="https://github.com/sveltejs/svelte/stargazers">
<img src="https://img.shields.io/github/stars/sveltejs/svelte?logo=github" alt="GitHub stars" valign="middle">
</a>
Expand Down Expand Up @@ -304,7 +304,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
<img src="https://img.shields.io/github/stars/icflorescu/trpc-sveltekit?logo=github" alt="GitHub stars" valign="middle">
</a>

End-to-end typesafe APIs for your SvelteKit applications.<br>
End-to-end type-safe APIs for your SvelteKit applications.<br>

uses: [TypeScript], [tRPC]

Expand Down Expand Up @@ -648,6 +648,16 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

uses: [MDsveX], [Tailwind], [PNPM]

1. **[ASM Editor](https://asm-editor.specy.app)**&ensp;
[[code](https://github.com/Specy/asm-editor)]&ensp;
<a href="https://github.com/Specy/asm-editor/stargazers">
<img src="https://img.shields.io/github/stars/Specy/asm-editor?logo=github" alt="GitHub stars" valign="middle">
</a>

A modern webapp to write, run and learn M68K assembly code.<br>

uses: [TypeScript], [Sass], [Monaco], [WASM]

1. **[SvelteKit Experiments](https://sveltekit-demo-psi.vercel.app)**&ensp;
[[code](https://github.com/tsukhu/sveltekit-demo)]&ensp;
<a href="https://github.com/tsukhu/sveltekit-demo/stargazers">
Expand Down Expand Up @@ -907,6 +917,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
[uvu]: https://github.com/lukeed/uvu
[vercel]: https://vercel.com
[vitest]: https://vitest.dev
[wasm]: https://webassembly.org
[webgl]: https://developer.mozilla.org/docs/Web/API/WebGL_API
[ytdl-core]: https://github.com/fent/node-ytdl-core

Expand Down
32 changes: 16 additions & 16 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
},
"devDependencies": {
"@iconify/svelte": "^3.1.4",
"@playwright/test": "^1.36.2",
"@playwright/test": "^1.38.1",
"@rollup/plugin-yaml": "^4.1.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.4",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@sveltejs/kit": "^1.25.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"eslint-plugin-svelte": "^2.32.4",
"eslint": "^8.50.0",
"eslint-plugin-svelte": "^2.33.2",
"js-yaml": "^4.1.0",
"marked": "^6.0.0",
"prettier": "^3.0.1",
"marked": "^9.0.3",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"puppeteer": "^21.0.1",
"sharp": "^0.32.4",
"svelte": "4.1.2",
"svelte-check": "^3.4.6",
"svelte-multiselect": "^10.1.0",
"puppeteer": "^21.3.6",
"sharp": "^0.32.6",
"svelte": "4.2.1",
"svelte-check": "^3.5.2",
"svelte-multiselect": "^10.2.0",
"svelte-preprocess": "^5.0.4",
"svelte-zoo": "^0.4.9",
"svelte2tsx": "^0.6.19",
"typescript": "5.1.6",
"vite": "^4.4.8"
"svelte2tsx": "^0.6.22",
"typescript": "5.2.2",
"vite": "^4.4.9"
},
"keywords": [
"sveltekit",
Expand Down
32 changes: 30 additions & 2 deletions site/src/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- title: Svelte.dev
url: https://svelte.dev
repo: https://github.com/sveltejs/svelte
site_src: https://github.com/sveltejs/svelte/tree/-/sites/svelte.dev
site_src: https://github.com/sveltejs/svelte/tree/master/sites/svelte.dev
npm: https://npmjs.com/package/svelte
description: Cybernetically enhanced web apps.
uses:
Expand Down Expand Up @@ -2869,7 +2869,7 @@
- title: tRPC-SvelteKit
url: https://icflorescu.github.io/trpc-sveltekit
repo: https://github.com/icflorescu/trpc-sveltekit
description: End-to-end typesafe APIs for your SvelteKit applications.
description: End-to-end type-safe APIs for your SvelteKit applications.
uses:
- TypeScript
- tRPC
Expand All @@ -2891,3 +2891,31 @@
name: Ionut-Cristian Florescu
location: Bucharest, Romania
company: React/Svelte/Node.js Developer
- title: ASM Editor
url: https://asm-editor.specy.app
repo: https://github.com/Specy/asm-editor
description: A modern webapp to write, run and learn M68K assembly code.
uses:
- TypeScript
- Sass
- Monaco
- WASM
tags:
- assembly
- emulator
- interpreter
- Javascript
- M68K
- open source
date_created: 2022-04-22T00:00:00.000Z
date_added: 2023-09-30T00:00:00.000Z
slug: asm-editor
repo_stars: 88
contributors:
- github: Specy
twitter: null
url: https://specy.app
avatar: https://avatars.githubusercontent.com/u/59029985?v=4
name: Specy
location: Italy
company: null
2 changes: 1 addition & 1 deletion site/src/tasks/fetch-github-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export async function fetch_github_metadata(options: { action?: Action } = {}) {

// also skip site if repo key cannot be parsed into a user login and a repo name
const repoHandle = site.repo.split(`github.com/`)[1]
if (repoHandle.split(`/`).length !== 2) {
if (!repoHandle || repoHandle.split(`/`).length !== 2) {
console.error(`bad repo handle ${repoHandle}`)
skipped_sites.push(slug)
continue
Expand Down
Binary file added site/static/screenshots/asm-editor.avif
Binary file not shown.
Binary file added site/static/screenshots/asm-editor.small.avif
Binary file not shown.
13 changes: 11 additions & 2 deletions sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
url: https://svelte.dev
repo: https://github.com/sveltejs/svelte
# Sapper to SvelteKit migration in https://git.io/JXSh1
site_src: https://github.com/sveltejs/svelte/tree/-/sites/svelte.dev
site_src: https://github.com/sveltejs/svelte/tree/master/sites/svelte.dev
npm: https://npmjs.com/package/svelte
description: Cybernetically enhanced web apps.
uses: [CodeMirror, Mapbox, Docker]
Expand Down Expand Up @@ -860,8 +860,17 @@
- title: tRPC-SvelteKit
url: https://icflorescu.github.io/trpc-sveltekit
repo: https://github.com/icflorescu/trpc-sveltekit
description: End-to-end typesafe APIs for your SvelteKit applications.
description: End-to-end type-safe APIs for your SvelteKit applications.
uses: [TypeScript, tRPC]
tags: [community, open source, NPM package, docs, dev tools]
date_created: 2022-02-10
date_added: 2023-08-03

- title: ASM Editor
url: https://asm-editor.specy.app
repo: https://github.com/Specy/asm-editor
description: A modern webapp to write, run and learn M68K assembly code.
uses: [TypeScript, Sass, Monaco, WASM]
tags: [Javascript, interpreter, emulator, assembly, M68K]
date_created: 2022-04-22
date_added: 2023-09-30
1 change: 1 addition & 0 deletions tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@ unocss: https://github.com/unocss/unocss
uvu: https://github.com/lukeed/uvu
vercel: https://vercel.com
vitest: https://vitest.dev
wasm: https://webassembly.org
webgl: https://developer.mozilla.org/docs/Web/API/WebGL_API
ytdl-core: https://github.com/fent/node-ytdl-core

0 comments on commit c6c62a0

Please sign in to comment.