This is a terminal like website written in TypeScript.
You can use it for whatever you want!
To start developing, you need to have Node.js installed.
- Clone the repository.
- Run
npm install
to install the dependencies. - Run
npm run dev
to start the development server. - Open
http://localhost:8080
in your browser.
To build the project, run npm run build
. The output will be in the dist
folder.
- Commands: A simple command system.
- History: A command history.
- Custom commands: Add your own commands.
- Custom colors: Add your own colors.
- Persistent history: History is stored in LocalStorage.
- Programms: Add your own programs written in JavaScript.