2025-05-19 19:43:50 +03:00
2023-02-24 18:51:04 +01:00
2025-05-19 19:43:50 +03:00
2023-02-27 20:19:40 +01:00
2023-03-28 16:01:15 +02:00
2023-03-26 12:29:53 +02:00
2023-02-24 18:51:04 +01:00
2023-06-05 22:21:24 +02:00
2023-02-27 20:19:40 +01:00
2023-02-24 18:51:04 +01:00
2023-02-24 18:51:04 +01:00
2023-02-27 20:19:40 +01:00

chronark.com

My personal website, built with Next.js, Tailwind CSS, Upstash, Contentlayer and deployed to Vercel.


Deploy with 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
Description
Mirror of (forked) repo aderk.tech on github
Readme MIT 3.2 MiB
Languages
TypeScript 67.7%
MDX 17.8%
JavaScript 10.5%
CSS 2.6%
Dockerfile 1.4%