Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lebogoo/terminol

Simple terminal like website written in JavaScript.
https://github.com/lebogoo/terminol

Last synced: about 1 month ago
JSON representation

Simple terminal like website written in JavaScript.

Awesome Lists containing this project

README

        

# Terminol

This is a terminal like website written in TypeScript.

You can use it for whatever you want!

## Development

To start developing, you need to have Node.js installed.

1. Clone the repository.
2. Run `npm install` to install the dependencies.
3. Run `npm run dev` to start the development server.
4. Open `http://localhost:8080` in your browser.

## Building

To build the project, run `npm run build`. The output will be in the `dist` folder.

## Features

- **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.

## Upcoming features

- **Programms**: Add your own programs written in JavaScript.