This a Microverse Project, for a fully responsive personal portfolio.
Microverse Portfolio is a fully responsive web application.
HTML. CSS. LINTERS.
To get a local copy up and running, follow these steps.
In order to run this project you need:
npm install
Clone this repository to your desired folder:
cd portfolio_setup
git clone https://github.com/peter-mwovi/portfolio_setup.git
Install this project with:
cd portfolio_setup
npm install
To run the project, execute the following command:
npm run build (it will create a production ready file)
npm start (it will run the server on your machine)
I have added linters to ensure proper practice in the project.
To run the linter tests on index.html
, run the following command:
npx hint .
You can deploy this project using:
https://vercel.com/
π€ Peter MWovi
π€ Juan Carlos MuΓ±oz
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please follow me on my social media handles then go ahead and contribute.
I would like to thank Microverse for providing me with the necessary tools to work on this a project.
What is Linters?
Do I need knowledge in javascript to contribute?
This project is MIT licensed.