Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 675 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 675 Bytes

Yalsh - Yet Another Link Shortener

A simple url link shortener

Note This is the frontend codebase, for the backend functionality, please refer to the yalsh_backend repository.

Run Locally

Clone the project

git clone https://github.com/Kenwanjohi/yalsh_web.git

Go to the project directory

cd yalsh_web

Install dependencies

pnpm install

Start the server

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Technologies

Here is a list of all the big technologies we use:

  • Next.js 14
  • Chakra UI
  • React-Query