Skip to content

Commit fa6cc62

Browse files
authored
meta: tear down website workspace (#213)
1 parent 8601c9c commit fa6cc62

File tree

7 files changed

+3
-51
lines changed

7 files changed

+3
-51
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Clone this repository and setup the environment with `pnpm`
3131
git clone https://github.com/sveltejs/svelte-devtools.git
3232
cd svelte-devtools
3333
pnpm install
34+
35+
cd workspace/extension
36+
pnpm dev
3437
```
3538

3639
To work on the extension, run the `dev` script from `workspace/extension` directory

Diff for: workspace/website/.gitignore

-2
This file was deleted.

Diff for: workspace/website/package.json

-16
This file was deleted.

Diff for: workspace/website/src/routes/+layout.svelte

-5
This file was deleted.

Diff for: workspace/website/svelte.config.js

-13
This file was deleted.

Diff for: workspace/website/tsconfig.json

-7
This file was deleted.

Diff for: workspace/website/vite.config.ts

-8
This file was deleted.

0 commit comments

Comments
 (0)