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.
-
Clone the repository
To get started, clone this repository into your working environment
# git clone https://github.com/e-kraus/ekraus.git
-
Install the necessary dependencies
Navigate into your new site’s directory and start it up.
cd ekraus/ npm install
-
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
-
Get Started
To view the local instance of our website, open your browser and go to
http://localhost:8000
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
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.