Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn-debug.log*
yarn-error.log*

# Webpack files
lib
dist

# Runtime data
pids
Expand Down
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,37 @@ Once selected this pane as a view of a file, then the pen icon allows to switch

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

## Contribute

### Tech stack

- JavaScript
- Vite
- Eslint
- SolidOS

### Tests

To run all tests:
```shell script
npm test
```
### Dev Server

Start a dev server:

```shell script
npm start
```

Visit `http://localhost:5173/` to render the pane in a local sandbox. Adjust the settings in `vite.config.mts` to provide different defaults.

### Build

```
npm run build
```

### Generative AI usage
The SolidOS team is using GitHub Copilot integrated in Visual Studio Code.
We have added comments in the code to make it explicit which parts are 100% written by AI.
Expand Down
22 changes: 0 additions & 22 deletions babel.config.mjs

This file was deleted.

18 changes: 0 additions & 18 deletions dev/context.js

This file was deleted.

Loading
Loading