https://github.com/fossunited/indiafoss-handbook
Handbook for organizers of the IndiaFOSS conference by FOSS United
https://github.com/fossunited/indiafoss-handbook
Last synced: about 2 months ago
JSON representation
Handbook for organizers of the IndiaFOSS conference by FOSS United
- Host: GitHub
- URL: https://github.com/fossunited/indiafoss-handbook
- Owner: fossunited
- License: cc0-1.0
- Created: 2024-09-16T08:32:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T04:03:06.000Z (7 months ago)
- Last Synced: 2025-02-08T09:47:34.481Z (4 months ago)
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# India FOSS Handbook
Welcome to the India FOSS Handbook! This handbook aims to provide comprehensive resources and guidance for IndiaFOSS organisers and volunteers
## Getting Started
To get started with the project, clone the repository and follow the instructions below.
## Installation
To build and serve the documentation locally, you need to have [mdBook](https://rust-lang.github.io/mdBook/) installed. Use the following command:
```bash
cargo install mdbook
```## Building the book
mdbook build
## Serving Locally
mdbook serve
Visit http://localhost:3000 in your browser to view the book.