Skip to content

LeBogoo/Terminol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple terminal like website written in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published