An open API service indexing awesome lists of open source software.

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

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`