Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 361 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 361 Bytes

Shortly

URL shortening is a technique on the Web in which a Uniform Resource Locator (URL) may be made substantially shorter and still direct to the required page.

Getting Started

git clone https://github.com/deolaj/shortly.git
cd shortly
yarn install

Development

yarn start

Production

yarn build

Test

yarn test