This repository contains the frontend code for CodeScript.
- Node.js
- Clone the repository
git clone git@github.com:jjpark987/codescript-frontend.git
- Install dependencies
npm install
- Run development server
npm run dev
The app should now be running at http://localhost:5173.