GNOME-Nepal / website

Welcome to the official website of GNOME Nepal, crafted through the open-source contributions of our dedicated and talented developers.
https://nepal.gnome.org
MIT License
10 stars 18 forks source link
collaboration community gnome hacktoberfest open-source

Gnome Nepal Logo

License

An open-source initiative of Nepal

GNOME Nepal: An Organization whose core goal is to promote open-source in Nepal

## Prerequisites To run the GNOME Nepal website locally, you need to have the following software installed on your system: - [Node.js](https://nodejs.org/) - [Yarn](https://yarnpkg.com/) ## Installation To install and run the GNOME Nepal website locally, follow these steps: 1. Clone the repository: ```bash git clone https://github.com/GNOME-Nepal/website.git ``` 2. Navigate to the project directory: ```bash cd website ``` 3. Install the dependencies: ```bash yarn install && cd docusaurus && yarn install ``` ```bash npm i && cd docusaurus && npm i ``` 4. Start the development server: ```bash yarn run dev ``` ```bash npm run dev ``` --- > - Main site: `http://localhost:5173`. > - Docs site: `http://localhost:5173/docs`. # Contributing We welcome contributions to enhance this project! Whether you're fixing bugs, adding new features, or improving documentation, your help is appreciated. For detailed guidelines, check out our contributing [guidelines](CONTRIBUTING.md). ## License This project is licensed under the MIT License.