Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jace254/code.joash.me

✨Automated Docs with a programming playground for node ✨
https://github.com/jace254/code.joash.me

Last synced: 8 days ago
JSON representation

✨Automated Docs with a programming playground for node ✨

Awesome Lists containing this project

README

        

# CodeGround



## Development

To run this project locally, you need to have [Node.js v20.0+](https://nodejs.org/en/) and [pnpm](https://pnpm.io/) installed.

After cloning the repo, run the following commands to install dependencies:

```bash
pnpm install
```

Then, run the following command to start the development server:

```bash
pnpm dev
```

The development server will be running at [http://localhost:3000](http://localhost:3000).

## Todolist

- [x] Setup WebContainer
- [x] Setup ai for autocompletion
- [x] Setup a basic editor
- [x] Setup split panels
- [x] Enable zip download
- [x] Add a file tree
- [ ] Add playground history
- [ ] Mount AI Files
- [ ] Enable manual adding files
- [x] Add pinia state management

## License

[MIT](./LICENSE)