https://github.com/pedroborges/social-proof-widget
https://github.com/pedroborges/social-proof-widget
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pedroborges/social-proof-widget
- Owner: pedroborges
- Created: 2019-08-06T20:15:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T13:41:23.000Z (over 6 years ago)
- Last Synced: 2026-02-06T13:42:50.615Z (4 months ago)
- Language: HTML
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Proof Widget
## 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.