Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrewmacmurray/obrigado
- Owner: andrewMacmurray
- License: unlicense
- Created: 2019-06-02T10:06:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:28:51.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:34:08.713Z (7 months ago)
- Language: HTML
- Homepage: https://obrigado.netlify.com/
- Size: 854 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```