To run the GNOME Nepal website locally, you need to have the following software installed on your system:
To install and run the GNOME Nepal website locally, follow these steps:
-
Clone the repository:
git clone https://github.com/GNOME-Nepal/website.git
-
Navigate to the project directory:
cd website
-
Install the dependencies:
yarn install && cd docusaurus && yarn install
npm i && cd docusaurus && npm i
-
Start the development server:
yarn run dev
npm run dev
- Main site:
http://localhost:5173
.- Docs site:
http://localhost:5173/docs
.
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.
This project is licensed under the MIT License.