Terminal component written in Svelte. Built mainly for a college event, but can be reused for other projects.
Make sure you have Node.js installed.
Clone this repository and install the dependencies:
npm install
npm install --legacy-peer-deps # for Node.js v18
Start the development server:
npm run dev
npm run build
This project is licensed under the MIT License. See the LICENSE file for details.