e352f5b08d | ||
---|---|---|
.github | ||
.vscode | ||
docs | ||
public | ||
src | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
docker-compose.yml | ||
httpd.conf | ||
index.html | ||
package.json | ||
postcss.config.js | ||
svelte.config.js | ||
tailwind.config.js | ||
themes.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
yarn.lock |
README.md
Peripatos
A terminal style website
IMPORTANT
This is a new version of m4tt72/terminal, which is built with Svelte.
If you are looking for the old version, please check out the v2 branch.
The old version is built with React, and it is no longer maintained.
Thanks!
Quick Start
Using docker (recommended)
docker run -d --name terminal -p 3000:3000 ghcr.io/m4tt72/terminal
Using npm/yarn
- Install dependencies:
yarn install
- Run the server:
yarn dev
Themes
Here's a list of available themes.
Contributing
Please feel free to pull requests or log issues.
Thanks!