Makerads
Unobtrusive adverts for makers
Install / Use
/learn @maxindelicato/MakeradsREADME
MakerAds
Unobtrusive adverts for makers
Integrating into your website
<iframe
style="border:0;width:320px;height:144px;"
src="https://makerads.xyz/ad"
/>
Adding your product
You can submit your ad for review using this form.
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 seedto seed fake ad data into Mongo - Run
npm run devto start the server onlocalhost:1234
