Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.03 KB

TechTrek

Important

TechTrek is currently in development and not yet recommended for production use, however you can take part in improving our project!

🔧 Stack

  • NextJS (App Router)
  • TailwindCSS
  • Motion

🐳 Start

🔨 Running via Pre-built

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

📚 Recommended for use Docker Compose

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 # 后续更新镜像

🥰 Acknowledgements

Some inspiration and code references from GPT-4o and Innei and daidr

Copyright © 2024 Zach. All Rights Reserved.