Welcome to the official repository for the MeteoScientific website, built using Docusaurus. This site provides documentation and guides for using the MeteoScientific Chirpstack Console.
This website is deployed using GitHub Pages and is intended to be a comprehensive resource for anyone working with ChirpStack on the MeteoScientific platform.
To work on this project, you'll need the following tools installed on your local machine:
To get started with the project locally:
- Clone the repository:
git clone https://github.com/your-github-username/meteoscientific-website.git
- Navigate to the project directory:
cd meteoscientific-website
- Install the dependencies:
npm install
- Run the development server:
npm run start
To build the site for production:
npm run build
The build files will be generated in the build/
directory.
We welcome contributions to improve the documentation and guides. If you'd like to contribute:
- Fork this repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Description of the changes"
- Push your changes to your fork:
git push origin feature-name
- Submit a pull request to this repository's
main
branch.
Please ensure that your code adheres to the existing style and passes all tests.
This site is automatically deployed to GitHub Pages using Docusaurus. To deploy the latest version:
npm run deploy
This will push the latest build to the gh-pages
branch and update the live site.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or need support, feel free to open an issue or reach out via email.