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
- Host: GitHub
- URL: https://github.com/msafdev/msaf-v1
- Owner: msafdev
- Created: 2023-03-14T17:56:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T09:14:39.000Z (over 2 years ago)
- Last Synced: 2024-12-31T00:21:38.412Z (about 1 year ago)
- Topics: css, html, javascript, react, tailwind, tailwindcss, vite
- Language: JavaScript
- Homepage: https://msaf.vercel.app
- Size: 6.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
```
---