SCARLETT Culinery
DESCRIPTION
WHAT THE APP DOES Scarlett Culinery is a simple Restaurant static website,
The app shows a restaurant layout with beautiful animations and design.
HTML CSS JAVASCRIPT
FOR ANYONE THAT WANTS TO USE THIS PROJECT
TO DOWNLOAD
You can just download the project by clicking the green button that says "Clone" on the top-right area of the project panel. Then click download ZIP the compressed version should be downloaded to you computer. TO CLONE FROM TERMINAL OR VS CODE
cd into the folder you want the project to reside.
Then run git https://github.com/theScarlettCoder/scarlett-culinery.git
You should see an output like the following-
Note: the repository name and output numbers that you see on your computer, representing the total file size, etc may differ from the example provided below.
############# Cloning into 'test-repo'... remote: Counting objects: 5, done. remote: Compressing objects: 100% (4/4), done. remote: Total 5 (delta 0), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (5/5), done. Checking connectivity... done.
###############
TO RUN THE PROJECT
Simply run npm install or yarn install to install the projects dependencies. After thats' completed. Run npm start or yarn start. The project run successfully. Thank you. Please leave a start if you like what you see.