Skip to content

srfwb/wecode

Repository files navigation

WeCode

Learn HTML and CSS in a desktop IDE with live preview.

WeCode is a cross-platform desktop application that pairs a multi-file code editor with an instant rendered preview, built for people picking up their first web pages. The first milestone focuses solely on the IDE — courses and exercises will follow.

Status: early development. The MVP scope is the IDE page; no lessons yet.

Tech stack

Getting started

Prerequisites

Install and run

npm install
npm run tauri dev

Scripts

Script What it does
npm run tauri dev Launch the desktop app with HMR
npm run tauri build Produce a release installer for the host
npm run lint Run ESLint
npm run typecheck Run tsc --noEmit
npm run format Apply Prettier
npm run format:check Report Prettier diffs without fixing

License

MIT — see LICENSE once added.

About

Learn HTML and CSS in a browser IDE with live preview.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors