Skip to content

RobertIndie/nengine

Repository files navigation

RBT | Terminal

A terminal style website powered by M4TT72 | Terminal.

why?

Just forfun

Quick Start

Using docker (recommended)

docker run -d \
  --name terminal \
  -p 3000:3000 \
  -v `pwd`/config.json:/data/config.json \
  m4tt72/terminal

Using npm/yarn

  1. Install dependencies:
yarn install
  1. Build the project:
yarn build
  1. Run the server:
yarn start

Contributing

Please feel free to pull requests or log issues.

Thanks!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published