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

https://github.com/msafdev/msaf-v1

⛔ legacy project
https://github.com/msafdev/msaf-v1

css html javascript react tailwind tailwindcss vite

Last synced: about 1 month ago
JSON representation

⛔ legacy project

Awesome Lists containing this project

README

          

# MSAF

### My personal Vite + React + Tailwind Portofolio

### Started
```bash
yarn
# or `npm install`
```

---
## Develop
```bash
yarn dev
# or `npm run dev`
```

---
## Build
```bash
yarn build
# or `npm run build`
```

---