rndtrash / riscv-edu-ide

My course work for the fifth and sixth semester of Kuban State University

Home Page:https://rndtrash.github.io/riscv-edu-ide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RISC-V Edu IDE

This is my coursework for the Kuban State University.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

About

My course work for the fifth and sixth semester of Kuban State University

https://rndtrash.github.io/riscv-edu-ide/


Languages

Language:TypeScript 46.5%Language:Svelte 26.6%Language:CSS 25.3%Language:JavaScript 1.1%Language:HTML 0.3%Language:SCSS 0.1%