Unobtrusive adverts for makers
<iframe
style="border:0;width:320px;height:144px;"
src="https://makerads.xyz/ad"
/>You can submit your ad for review using this form.
- 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