This repository contains the source code and documentation for the SANITARY ZONE WEB, developed by the Aplinkos Ministerija.
The SANITARY ZONE WEB is a tool designed to provide companies with quick and easy access to information about their respective sanitary zones. Users can enter their company name and receive detailed information about the sanitary zone applicable to their location.
Key features of the WEB include:
- Search by Company Name: Users can input their company name to retrieve information about the designated sanitary zone.
- Sanitary Zone Details: The web application provides comprehensive details about the specific sanitary zone associated with the entered company name.
- User-Friendly Interface: The user interface is designed to be intuitive and user-friendly, ensuring a seamless experience for users of all levels.
To get started with the SANITARY ZONE WEB, follow the instructions below.
-
Clone the repository:
git clone https://github.com/AplinkosMinisterija/sanitary-zone.git
-
Install the required dependencies:
cd sanitary-zone 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.