https://github.com/pedroborges/engagement-calculator
https://github.com/pedroborges/engagement-calculator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pedroborges/engagement-calculator
- Owner: pedroborges
- Created: 2019-07-08T21:47:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T12:42:13.000Z (almost 7 years ago)
- Last Synced: 2026-02-06T13:42:49.865Z (4 months ago)
- Language: HTML
- Size: 52.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram Engagement Calculator
## Get started
Install the dependencies...
```bash
npm install
```
...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```
Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
## Deploying to the web
Run the build command:
```bash
npm run build
```
Copy the content of the `/public` directory to the root of your webserver.