/halal-ecodes-checker

A list of ECodes/additives with their details and halal status

Primary LanguageTypeScriptMIT LicenseMIT

Halal-ECodes-Checker

A simple page that lists ecodes with their details and halal status.

See: https://ecodehalalcheck.com

Getting Started 🚀

  1. Run yarn install to download dependencies

  2. To run in dev environment,

    • run yarn start
    • Your site will run at http://localhost:8000
    • You graphiql will run athttp://localhost:8000/___graphql
  3. To run in prod environment,

    • run yarn build
    • and then yarn serve
    • Your site will run at http://localhost:9000

What's inside? 🧐

A quick look at the top-level files and directories you'll see in a Gatsby project.

.
├── node_modules
├── src
├── static
├── .gitignore
├── .eslintrc.js
├── .prettierrc.js
├── gatsby-browser.js
├── gatsby-config.js
├── LICENSE
├── yarn-lock.json
├── package.json
├── tailwind.config.js
├── postcss.config.js
└── README.md