Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 207 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 207 Bytes

React + Vite

An in-browser code editor that allows you to write and execute your code in the browser.

Run Locally

# install dependencies

npm install

# start the dev server

npm run dev