Route is a platform that allows users to easily share their favourite links, tech skills and GitHub stats in one centralized place.
https://route2.dev/yourusername
git clone https://github.com/s1lvax/route
pnpm i
docker run --name your_postgres_container -e POSTGRES_USER=your_username -e POSTGRES_PASSWORD=your_password -e POSTGRES_DB=your_database -p 5432:5432 -d postgres
example.env
to .env
and fill in your datanpx prisma db push
pnpm dev
bugfix/name
or feature/name
dev
branchA deployment of the dev
branch exists at https://testing.route2.dev/. The dev
branch is merged into main
for each new release, and the latest release is deployed at https://route2.dev/