Important
TechTrek is currently in development and not yet recommended for production use, however you can take part in improving our project!
- NextJS (App Router)
- TailwindCSS
- Motion
First, download the pre-built release.zip
from https://github.com/Zach677/TechTrek/releases
. Then unzip it.
cd standalone
vim .env # modify your ENV variables
export PORT=2323
node server.js
mkdir TechTrek
cd TechTrek
wget https://raw.githubusercontent.com/Zach677/TechTrek/main/docker-compose.yml
wget https://raw.githubusercontent.com/Zach677/TechTrek/main/.env.template .env
vim .env # 修改你的 ENV 变量
docker compose up -d
docker compose pull # 后续更新镜像
Some inspiration and code references from GPT-4o and Innei and daidr。
Copyright © 2024 Zach. All Rights Reserved.