This project consists of a fictional website, which uses postcss, webpack, normalize.css, JavaScript among other technologies.
You can visit this website by clicking here.
- Follow this link to the Project GitHub repository.
- Scroll to the top of this repository and click on the "code button".
- Decide whether you want to clone the project using HTTPS or an SSH key or GitHub CLI and do the following:
- HTTPS: click on the checklist icon to the right of the URL.
- SSH key: click on 'SSH' then click on the same icon as above.
- GitHub CLI: click on 'GitHub CLI' to clone this repository.
-
Open the 'Terminal'.
-
Choose the location for the cloned directory.
-
Type
git clone, and then paste the clone URL.$ git clone https://github.com/USERNAME/REPOSITORY -
Press 'Enter' to create your local clone.
-
Well done!, you've cloned this repository.
Remember to have Node JS installed on your computer . To run this project, you can use the following command:
-
To run local deployment:
$ npm run dev -
To create a production version of this project:
$ npm run build
Disclaimer: This website was made for educational purposes.
