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 seed
to seed fake ad data into Mongo - Run
npm run dev
to start the server onlocalhost:1234