This repository contains the source code and documentation for the BĮIP UETK WEB, developed by the Aplinkos Ministerija.
The BĮIP UETK WEB is designed to provide information and functionalities related to activities of different water bodies located in Lithuania. It aims to support the management of water bodies.
This is a client application that utilizes the BĮIP UETK API.
Key features of the WEB include:
- Retrieving fish stocking data, such as planned fish stockings and historical information.
- Managing fish stocking data.
To get started with the BĮIP UETK WEB, follow the instructions below.
-
Clone the repository:
git clone https://github.com/AplinkosMinisterija/biip-uetk-web.git
-
Install the required dependencies:
cd biip-uetk-web yarn install
-
Start the WEB server:
yarn start
The WEB will be available at http://localhost:8080
.
To deploy the application to the production environment, create a new GitHub release:
- Go to the repository's main page on GitHub.
- Click on the "Releases" tab.
- Click on the "Create a new release" button.
- Provide a version number, such as
1.2.3
, and other relevant information. - Click on the "Publish release" button.
The main
branch of the repository is automatically deployed to the staging environment. Any changes pushed to the main
branch will trigger a new deployment.
To deploy any branch to the development environment use the Deploy to Development
GitHub action.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. For more information, see the contribution guidelines.
This project is licensed under the MIT License.