mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-07 21:28:41 +03:00
chronark.com
My personal website, built with Next.js, Tailwind CSS, Upstash, Contentlayer and deployed to Vercel.
Running Locally
git clone https://github.com/chronark/chronark.com.git
cd chronark.com
Create a .env
file similar to .env.example
.
Then install dependencies and run the development server:
pnpm install
pnpm dev
Cloning / Forking
Please remove all of my personal information (projects, images, etc.) before deploying your own version of this site.
Docker
First of all setup networks:
docker network create proxy
docker network create backend
And then start the stack:
docker compose up -d --build
Languages
TypeScript
67.7%
MDX
17.8%
JavaScript
10.5%
CSS
2.6%
Dockerfile
1.4%