https://github.com/castelo-codez/social-media-dashboard
social-media-dashboard || front end mentor
https://github.com/castelo-codez/social-media-dashboard
Last synced: 3 months ago
JSON representation
social-media-dashboard || front end mentor
- Host: GitHub
- URL: https://github.com/castelo-codez/social-media-dashboard
- Owner: Castelo-Codez
- Created: 2023-11-03T17:10:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T17:11:57.000Z (over 2 years ago)
- Last Synced: 2025-01-18T04:31:39.275Z (over 1 year ago)
- Language: HTML
- Homepage: https://social-media-dashboard-beta-teal.vercel.app
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# social-media-dashboard
social-media-dashboard || front end mentor
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```