This section is for those interested in contributing or running the landscape website locally.
Prerequisites:
- Install Hugo
Cloning the Website:
git clone https://github.com/{{your_username}}/conference.git
Initialising git submodules
git submodule update --init
Running dev server
hugo server
This starts a local server and opens the website in your web browser at http://localhost:1313.
Website is created leverging scss styles for mkaing changes to it we can edit scss file as per our need then run below make command to build the website and reflect the changes at live server.
make build
Note: Since we are using hugo tool for website creation it might take some time to reflect the changes at live server.
- We warmly welcome your contributions to this project! A dedicated CONTRIBUTING.md file outlines the various ways you can get involved, including:
- Reporting bugs and requesting features
- Contributing code
- Improving documentation
- Adding new entries to the landscape
- Improving the user interface
For any questions or feedback, please feel free to open an issue on this repository.
Explore the website and see how you can contribute to this evolving space. Whether through contributions, partnerships, or feedback, your involvement can help shape the future of JSON Schema.