Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ✨
- Host: GitHub
- URL: https://github.com/jace254/code.joash.me
- Owner: Jace254
- License: mit
- Created: 2023-12-03T19:13:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-23T14:27:29.000Z (11 months ago)
- Last Synced: 2024-05-02T04:47:10.144Z (7 months ago)
- Language: Vue
- Homepage: https://code.joash.me
- Size: 795 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)