Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Michael-Liendo/url-shortener

Repository files navigation

URL Shortener

Browser UI for Linx, written in Nextjs.

Requirements

Getting Started

  1. Clone this repository
git clone https://github.com/Michael-Liendo/url-shortener
  1. In a separate terminal session, install project dependencies.
npm install
  1. Copy the .env.example file into a .env file ACCESS KEY TO UNSPLASH IS NOT REQUIRED WHEN THERE IS NO BACKGROUND THEY ARE RANDOM COLORS
cp .env.example .env
  1. Run the server
npm run dev

The project must be available on http://localhost:3000.