Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dantehemerson/url-shortener

🔗 A simple url shortener build with lambda functions and Gatsby
https://github.com/dantehemerson/url-shortener

app gatsby gatsby-app lambda-functions shotene url-shortener url-shortener-microservice

Last synced: 18 days ago
JSON representation

🔗 A simple url shortener build with lambda functions and Gatsby

Awesome Lists containing this project

README

        



Gatsby



URL Shortener

[![Netlify Status](https://api.netlify.com/api/v1/badges/2d54495d-21ef-45a5-a4e4-1026bd4a9d27/deploy-status)](https://app.netlify.com/sites/url-shortener-app/deploys)

Simple url shortener build with lambda functions and Gatsby

## 🚀 Quick start

### Install dependencies

```
yarn
```

### Create .env file

First of all, create your .env file similar to `.env.template` file.

### Build functions

```
yarn lambda-serve
```

### Start site

```
yarn develop
```