Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilk-027/butterfly
https://github.com/sahilk-027/butterfly
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahilk-027/butterfly
- Owner: SahilK-027
- Created: 2023-03-19T07:00:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T06:23:30.000Z (2 months ago)
- Last Synced: 2024-10-29T07:22:45.804Z (2 months ago)
- Language: JavaScript
- Homepage: https://butterfly-sk027.vercel.app
- Size: 67.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦋 Butterfly Experience Landing Page
## 🔗 Project Link
- [Live](https://butterfly-experience.vercel.app/)## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# Install dependencies (only the first time)
npm install# Run the local server
npm start```