This is a landing page for a booking web app made using CSS3 and HTML5.
Mike Choi - Developer
To get this project running on your local machine, follow the instructions below.
NPM
- Download and install Node.js and npm
(Or run the following command in your Node CLI to get the latest version of NPM if already installed)
npm install npm@latest -g
Download and Install Project Files
- Clone the repo
git clone https://github.com/mikec-git/Trillo.git
- Run npm install inside the project root directory to get required dependencies
npm install
- Start the server using Live Server on VS Code
Enjoy! :)
Languages
- HTML5
- CSS3
This project is licensed under the MIT License - see the LICENSE file for more details