Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.42 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.42 KB

Unnati : The Knowledge Hub For Civil Aspirants

Unnati: The Knowledge Hub For Civil Aspirants is a not for profit organisation registered under the government of India. Unnati aims at providing free guidance to those UPSC aspirants who have knowledge and talent but lack adequate resources.

🚀 Quick start

Clone the repo.

Clone the repo and run yarn to get started.

# git clone https://github.com/ajinkabeer/Unnati.git
# cd unnati
# yarn 

Install Gatsby

# npm install -g gatsby gatsby-cli 

or

# yarn add global gatsby gatsby-cli

Start up the server to get started.

# cd unnati
# gatsby start 

Open the source code and start editing!

Your site is now running at http://localhost:8000

🧐 What's inside?

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

.
├── node_modules
├── src
  ├── components
  ├── constants
  ├── css
  ├── images
  ├── pages
  ├── templates
├── static
├── .gitignore    
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md