A Tours website project using HTML and Sass.
View Demo
This is a website that allows users to browse and book tours to various destinations.
To get started with project just simply fork this repo or download the zip file locally to your machine.
To get a local copy up and running follow these simple example steps.
Start with the latest version of NPM to avoid any errors:
- npm
npm install npm@latest -g
- Also install additional dependencies
npm install -g sass
- Clone the repo
git clone https://github.com/emerald1996/natours
- Install NPM packages
npm install
- This project showcases the use of modern css to build eye-catching websites coupled with supports for all browsers.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
Distributed under the MIT License. See LICENSE
for more information.