Set up Personal Porfolio Project.
- Languages: HTML, CSS
- Linters: Stylelint and ESLint
- Code Editor: VS Code
To get a local copy up and running follow these simple steps.
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Node.js.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Node.js and npm for package installation.
$ node --version && npm --version
- Inorder to be able to set this up locally and eventually run it, follow the steps;
- Open your Gitbash or your code editor's terminal and run the command git clone [email protected]:Christabelle143/mobile-version.git
- Then you can pull the work from github to ur local machine using the git pull command.
To check for linters, use the files provided by Microverse. A GitHub action is also set to run during pull request.
👤 Author
- GitHub: Christabelle143
- Twitter: @christabelleyo
- LinkedIn: YoutaChristabelle
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Code Reviewers
- Coding Partners
This project is MIT licensed.