Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 713 Bytes

File metadata and controls

24 lines (14 loc) · 713 Bytes

Abstract Machine Interpreter

This project is an interpreter for various abstract models of computation. These models involve different types of memory storage, memory access, and input-output access.

Techstack

This project used Svelte as the frontend framework with Vite as the bundler. It is mostly written in TypeScript and uses TailwindCSS for styling.

Local Development

Setup

To run this project locally, install all the packages first through npm install or yarn

Runnning the Dev Environment

npm run dev or yarn dev

Creating a Production Build

npm run build or yarn build

Previewing the Production Build (requires build step)

npm run preview or yarn preview