kumarabhirup / adify

Adify - Setup ads with ultra ease

Home Page:https://adify.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ„ adify.tech

Type emoji-log Twitter

๐Ÿ“ฆ Setup

๐Ÿ–ฅ๏ธ Development environment

  • Run
$ git clone https://github.com/iqubex-technologies/adify adify-monorepo # to clone project
$ cd adify-monorepo # enter in the project
$ yarn # install modules
$ yarn dev # run development server
  • Rename packages/web/.env.example to .env.

  • Visit http://localhost:3001/

๐ŸŽท SASS usage

  • Dump all your .scss files in packages/web/static/assets/styles.
  • Run npm run gulp in packages/web directory to generate minified CSS files.
  • While styling, use npm run gulp:watch in packages/web directory, for live compilation.

โš’๏ธ Linting

In VSCode

  • Install ESLint and Prettier VSCode extensions.
  • Done! Now you have live linting and autofixing setup!

In Any other IDE

  • Run npm run lint to check for linting errors.
  • Run npm run lint:fix to fix the linting errors.

๐Ÿฆ„ Info

  • The Lerna monorepo setup was put up by Harshit Pant.
  • To customize the linter, use .eslintrc and .prettierrc file. Learn more

๐Ÿ“ License

MIT - Source code by Kumar Abhirup

Follow me ๐Ÿ‘‹ on Twitter โ†’ Twitter

About

Adify - Setup ads with ultra ease

https://adify.tech


Languages

Language:JavaScript 53.4%Language:CSS 46.2%Language:TypeScript 0.4%