Skip to content

Commit 511634e

Browse files
authored
Merge pull request #199 from SolidOS/feat/vite
#192 Vite Migration
2 parents e70e98c + f93f689 commit 511634e

20 files changed

Lines changed: 4564 additions & 11884 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ yarn-debug.log*
66
yarn-error.log*
77

88
# Webpack files
9-
lib
9+
dist
1010

1111
# Runtime data
1212
pids

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 & 22 deletions
This file was deleted.

dev/context.js

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

0 commit comments

Comments
 (0)