Skip to content

Latest commit

 

History

History
96 lines (71 loc) · 2.32 KB

README.md

File metadata and controls

96 lines (71 loc) · 2.32 KB

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:

Installation

To install and run the GNOME Nepal website locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/GNOME-Nepal/website.git
  2. Navigate to the project directory:

    cd website
  3. Install the dependencies:

    yarn install && cd docusaurus && yarn install
    npm i && cd docusaurus && npm i
  4. Start the development server:

    yarn run dev
    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.

License

This project is licensed under the MIT License.