Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs #5

Open
fahad-israr opened this issue Jun 9, 2020 · 5 comments
Open

docs #5

fahad-israr opened this issue Jun 9, 2020 · 5 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@fahad-israr
Copy link
Member

  • should explain basic workflow
  • has a simple and clear guide on how to configure the app
  • configure means to way to change navbar menu etc from the json
  • every json file has a specific formatting for example :data,link,text etc; those should be mentioned individually
  • use markdown on readme,md file
  • important for the site maintainability and development
@fahad-israr fahad-israr added the documentation Improvements or additions to documentation label Jun 9, 2020
@dinskid
Copy link
Collaborator

dinskid commented Jun 11, 2020

Getting Started

The PWA is developed using React and Material-UI.
To get started with development run git clone https://github.com/helloworld-iiitt/iiitt.git && cd iiitt
Then run yarn install if you have yarn set-up or run npm install. This will download dependencies of the application.

Introduction

Folder Structure

  • node_modules - NPM packages are stored here (No need to access this)
  • public - Static files, base HTML, etc., are stored here
  • src - Contains all of the source code of the website.
    • images/ - Images are stored here
      • people/faculty - Images of faculties
    • components/ - Reusable react components are store here with separate folders of their own
    • pages/ - All the pages of the site are stored here with separate folders of their own

Is this similar to something that you have in mind?

@fahad-israr fahad-israr added the good first issue Good for newcomers label Jun 18, 2020
@thisisnitish
Copy link
Contributor

I think there should be contribution guide

@fahad-israr
Copy link
Member Author

Getting Started

The PWA is developed using React and Material-UI.
To get started with development run git clone https://github.com/helloworld-iiitt/iiitt.git && cd iiitt
Then run yarn install if you have yarn set-up or run npm install. This will download dependencies of the application.

Introduction

Folder Structure

  • node_modules - NPM packages are stored here (No need to access this)

  • public - Static files, base HTML, etc., are stored here

  • src - Contains all of the source code of the website.

    • images/ - Images are stored here

      • people/faculty - Images of faculties
    • components/ - Reusable react components are store here with separate folders of their own

    • pages/ - All the pages of the site are stored here with separate folders of their own

Is this similar to something that you have in mind?

Refer something similar to this : https://github.com/SiddharthChillale/public-apis

@fahad-israr
Copy link
Member Author

I think there should be contribution guide

Sure....for now, check out the issues and try resolving them
We're following standard contribution guidelines(the you find on any open source project).

@thisisnitish
Copy link
Contributor

okk 👍🏻😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants