Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewmacmurray/obrigado

A thank you card
https://github.com/andrewmacmurray/obrigado

Last synced: 25 days ago
JSON representation

A thank you card

Awesome Lists containing this project

README

        

# Obrigado!

[![Netlify Status](https://api.netlify.com/api/v1/badges/a259866d-df04-43dd-8a4f-be92293ec50d/deploy-status)](https://app.netlify.com/sites/obrigado/deploys)

A thank you card for Ines and Nelson

Made with GSAP, SVG & TypeScript

# Get up and running

install dependencies

```sh
> npm install
```

run dev server

```sh
> npm run dev
```

build project

```sh
> npm run build
```