A terminal style website powered by M4TT72 | Terminal.
Just forfun
docker run -d \
--name terminal \
-p 3000:3000 \
-v `pwd`/config.json:/data/config.json \
m4tt72/terminal
- Install dependencies:
yarn install
- Build the project:
yarn build
- Run the server:
yarn start
Please feel free to pull requests or log issues.
Thanks!