https://github.com/maxindelicato/makerads
Unobtrusive adverts for makers
https://github.com/maxindelicato/makerads
Last synced: 3 months ago
JSON representation
Unobtrusive adverts for makers
- Host: GitHub
- URL: https://github.com/maxindelicato/makerads
- Owner: maxindelicato
- License: gpl-3.0
- Created: 2018-12-23T17:10:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T20:25:25.000Z (about 2 years ago)
- Last Synced: 2024-08-04T07:01:09.573Z (7 months ago)
- Language: JavaScript
- Homepage: https://makerads.xyz
- Size: 2.45 MB
- Stars: 55
- Watchers: 1
- Forks: 7
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MakerAds
> Unobtrusive adverts for makers
## Integrating into your website
```html
```
## Adding your product
You can submit your ad for review using [this form](https://airtable.com/shrX05grZpNBQTzuO).
## Local setup
- Clone the repo
- Install node dependencies in main folder & in client folder (`yarn`).
- Set MongoDB up locally and add your credentials in `config/default.json`.
- Run `npm run seed` to seed fake ad data into Mongo
- Run `npm run dev` to start the server on `localhost:1234`