guruwalker / ekraus

Experimental website -- web app for e-farming

Home Page:https://ekraus.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby

Ekrauss

Ekraus is a comprehensive solution for agro operations. Our goal is to build an eco-system around farmers that facilitates their operations and makes their products more accessible.

πŸš€ Quick start

  1. Clone the repository

    To get started, clone this repository into your working environment

    # 
    git clone https://github.com/e-kraus/ekraus.git
  2. Install the necessary dependencies

    Navigate into your new site’s directory and start it up.

    cd ekraus/
    npm install
  3. Run the program

    You are now ready to begin! Run the following code snippet to spin up a local instance of our site

    npm run develop
  4. Get Started

    To view the local instance of our website, open your browser and go to http://localhost:8000

πŸš€ Have an quick look at What's inside? 🧐

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

.
β”œβ”€β”€ node_modules
β”œβ”€β”€ src
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .prettierrc
β”œβ”€β”€ gatsby-browser.js
β”œβ”€β”€ gatsby-config.js
β”œβ”€β”€ gatsby-node.js
β”œβ”€β”€ gatsby-ssr.js
|-- tailwind.config.js
|-- postcss.config.js
β”œβ”€β”€ LICENSE
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
└── README.md

πŸ’« Deploy

This site is deployed on netlify. Click me to go there

Netlify unites an entire ecosystem of modern tools and services into a single, simple workflow for building high performance sites and apps.

About

Experimental website -- web app for e-farming

https://ekraus.netlify.app/

License:BSD Zero Clause License


Languages

Language:JavaScript 98.2%Language:CSS 0.9%Language:SCSS 0.9%