https://github.com/robertindie/nengine
https://github.com/robertindie/nengine
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertindie/nengine
- Owner: RobertIndie
- License: other
- Created: 2022-12-03T09:27:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T09:56:34.000Z (over 2 years ago)
- Last Synced: 2025-01-10T19:49:17.390Z (6 months ago)
- Language: TypeScript
- Size: 522 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RBT | Terminal
A terminal style website powered by [M4TT72 | Terminal](https://term.m4tt72.com).
## why?
Just forfun
## Quick Start
### Using docker (recommended)
```bash
docker run -d \
--name terminal \
-p 3000:3000 \
-v `pwd`/config.json:/data/config.json \
m4tt72/terminal
```### Using npm/yarn
1. Install dependencies:
```bash
yarn install
```2. Build the project:
```bash
yarn build
```3. Run the server:
```bash
yarn start
```## Contributing
Please feel free to pull requests or log issues.
Thanks!