Skip to content

Commit f475f9e

Browse files
committed
merge with staging
2 parents c3003b6 + 511634e commit f475f9e

20 files changed

Lines changed: 5927 additions & 11736 deletions

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,37 @@ Once selected this pane as a view of a file, then the pen icon allows to switch
1414

1515
Editing can be aborted by the cancel(X) button.
1616

17+
## Contribute
18+
19+
### Tech stack
20+
21+
- JavaScript
22+
- Vite
23+
- Eslint
24+
- SolidOS
25+
26+
### Tests
27+
28+
To run all tests:
29+
```shell script
30+
npm test
31+
```
32+
### Dev Server
33+
34+
Start a dev server:
35+
36+
```shell script
37+
npm start
38+
```
39+
40+
Visit `http://localhost:5173/` to render the pane in a local sandbox. Adjust the settings in `vite.config.mts` to provide different defaults.
41+
42+
### Build
43+
44+
```
45+
npm run build
46+
```
47+
1748
### Generative AI usage
1849
The SolidOS team is using GitHub Copilot integrated in Visual Studio Code.
1950
We have added comments in the code to make it explicit which parts are 100% written by AI.

babel.config.mjs

Lines changed: 0 additions & 33 deletions
This file was deleted.

dev/context.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)