-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Readme** **created** created a readme file for the website. Contains Intro part, how to install, what need it cater etc
- Loading branch information
Showing
1 changed file
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,39 @@ | ||
# website | ||
This repository belongs to CNCG New Delhi Portfolio website. | ||
|
||
# CNCG Delhi Website | ||
|
||
### Welcome to the CNCG Delhi website repository! | ||
##### This website serves as a platform to provide information about the activities, events, and initiatives undertaken by Cloud Native Community Groups (CNCG) in New Delhi. | ||
--- | ||
### Table of Contents | ||
* [Introduction](#introduction) | ||
* [Features](#features) | ||
* [Installation](#installation) | ||
* [Usage](#usage) | ||
* [Contributing](#contribution) | ||
<!-- License --> | ||
--- | ||
## Introduction <a name="introduction"></a> | ||
We are the New Delhi chapter of the Cloud Native Community Group (CNCG), operating under the [Cloud Native Computing Foundation (CNCF).](http://cncf.io/) Our focus is on knowledge sharing and exploring the potential of cloud native technologies. Through our meetups, educational sessions, and practical activities, we aim to empower individuals in navigating the cloud native ecosystem. We are dedicated to hosting at least one meetup every month and take pride in being recognized as the leading CNCG community worldwide. We prioritize creating an inclusive learning environment, adhering to the [CNCF Code of Conduct](https://www.cncf.io/conduct/) to ensure everyone feels welcome and respected. | ||
|
||
## Features <a name="features"></a> | ||
* Event Calendar: Stay updated with upcoming events, workshops, and meetups organized by CNCG Delhi. | ||
* Resource Repository: Access resources, presentations, and materials shared during past events. | ||
* Community Forums: Engage with fellow members, ask questions, and participate in discussions related to computer and networking technologies. | ||
* Membership Registration: Join CNCG Delhi community by registering through the website. | ||
## Installation <a name="installation"></a> | ||
To set up the CNCG Delhi website locally, following are the steps: | ||
|
||
* Clone the repository | ||
`git clone https://github.com/cncgnd/website.git` | ||
* Navigate to the project directory: | ||
`cd website` | ||
* Install dependencies: | ||
`npm install` | ||
* Start the development server: | ||
`npm run dev` | ||
## Usage <a name="usage"></a> | ||
The CNCG Delhi website is designed to be user-friendly. Simply navigate through the menu options to explore different sections of the website. You can register for membership, browse upcoming events, access resources, and engage with the community through forums. | ||
|
||
## Contributing <a name="contribution"></a> | ||
We welcome contributions from the community to improve the CNCG Delhi website. If you find any issues or have suggestions for enhancements, feel free to open an issue or submit a pull request. Please adhere to [CNCF code of conduct](https://www.cncf.io/conduct/) when contributing. | ||
For contribution guidelines, please refer to the [Contribution Guide](./contribution.md). |