This project is a landing page for the National Art Museum of Ukraine. It showcases current exhibitions, upcoming events, and provides visitors with essential information about the museum, including how to plan their visit, news, and contact details.
- HTML5
- CSS3 (SCSS)
- JavaScript
To get started with the project locally, follow these steps:
Fork the repository:
- Go to the original repository on GitHub.
- Click on the "Fork" button in the upper right corner of the page.
Clone the forked repository:
- Open your terminal.
- Run the following command, replacing
yourusername
with your GitHub username: git clone https://github.com/yourusername/your-repo-name.git
Navigate to the project directory:
cd your-repo-name
Install the project dependencies:
npm install
Start the development server:
npm start