A basic code editor- somewhere between a text editor with syntax highlighting and an IDE.
- Make sure you have Node.js and npm (or another node package manager, like pnpm or yarn) installed
- Clone or download this repository
- Run
npm install - Run
npx vite
Note
This will change in the future
- Open http://localhost:5173 in a browser
Chrome Apps are being depreciated, and the text editor I've been using since 2022 (because my Chromebook doesn't have enough storage space to download VS Code and I can't upgrade my computer) is a Chrome App. It's too integrated with the chrome API avalable to Chromium browser extensions to easily make it work without, so I built this to replace it.