The developersIndia community have grown exponentially & to commemorate such an achievement as well as to make our existence shown on the Internet we need a website! This repository will develop, track & maintain the said webpage.
We use the following set of technologies to build, design & host the website.
If you would like to contribute to our webpage, the following section and instructions will help you get started right away!
To get a local copy up and running follow these simple example steps.
Ensure you've a Node.js runtime installed locally. It
should also include a pre-packaged npm
which can be install & setup a
development environment for the project.
You would need to fork the project so that you can maintain you "private" copy of the project which you'll be pushing changes into. If you're confused on how to get started forking an existing project, refer to the official docs on "Fork a repo"
Once you've setup the prerequisites, proceed ahead with the installation procedures.
-
Clone the forked repo. If you want to clone using SSH, run:
# Replace the <GITHUB_USERNAME> portion with your GitHub username git clone git@github.com/<GITHUB_USERNAME>/website.git
-
Change into the freshly cloned local repository & install the project dependencies.
npm install
-
Run the development server & check if the website is working as expected on localhost:3000
npm run dev
For a more detailed guideline of contributing to the project, refer to the contributing guidelines for more information.
The source code of the project is developed & maintained under a free & open-source license. Hence you're free to share, copy, modify the code as you deem it fit as long as you adhere to the terms & conditions of the MIT license. Hence for more information on the distribution guidelines, see the LICENSE document.
Thanks goes to these wonderful people (emoji key) for contributing to the project:
This project follows the all-contributors specification. Contributions of any kind welcome!