Skip to content
/ route Public
forked from s1lvax/route

๐Ÿ”€ Route is a platform that allows users to easily share their favourite Links, Tech Skills and GitHub Stats in one centralized place.

License

Notifications You must be signed in to change notification settings

tawaks/route

This branch is 92 commits behind s1lvax/route:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e92c371 ยท Oct 25, 2024
Oct 23, 2024
Oct 25, 2024
Oct 25, 2024
Oct 12, 2024
Oct 9, 2024
Oct 9, 2024
Oct 10, 2024
Oct 9, 2024
Oct 9, 2024
Oct 24, 2024
Oct 19, 2024
Oct 12, 2024
Oct 25, 2024
Oct 9, 2024
Oct 21, 2024
Oct 10, 2024
Oct 22, 2024
Oct 21, 2024
Oct 9, 2024
Oct 11, 2024
Oct 9, 2024
Oct 9, 2024
Oct 9, 2024

Repository files navigation

Route

Route is a platform that allows users to easily share their favourite links, tech skills and GitHub stats in one centralized place.

Route Logo

Chat

๐ŸŽฎ Features

  • Showcase your favorite links like Linktree
  • Showcase your Tech Stack with a cool design
  • Automatically show your Github stats
  • Shareable link at https://route2.dev/yourusername

๐Ÿ”ฎ Tech Stack

  • FullStack Framework: SvelteKit
  • Styling: Shadcn-Svelte && Tailwind
  • Database: PostgresQL (Prisma as ORM)

๐Ÿซ‚ How to Contribute

  1. Clone the project
git clone https://github.com/s1lvax/route
  1. Install dependencies
pnpm i
  1. Run a Postgres instance (I recommend using Docker CLI on Linux/Mac or Docker Desktop on Windows)
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
  1. Update the example.env to .env and fill in your data
  2. Push the database schema using Prisma
npx prisma db push
  1. Start the dev server
pnpm dev
  1. Develop the change using a separate branch, either bugfix/name or feature/name
  2. Push your changes and open a Pull Request with details about your changes. Pull requests must be made to the dev branch

A 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/

All Pull Requests are very appreciated :D

About

๐Ÿ”€ Route is a platform that allows users to easily share their favourite Links, Tech Skills and GitHub Stats in one centralized place.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 65.9%
  • TypeScript 30.3%
  • JavaScript 1.2%
  • CSS 1.1%
  • Other 1.5%