I’m a software developer! I can help you build a product, feature or website Look through some of my work and experience! If you like what you see and have a project you need coded, don’t hestiate to contact me.
- Languages Used: HTML, CSS
- Tools Used: Github Desktop
- VCS: Git
- Package Manager: Node, NPM
- Template Used: Figma Template
To get a local copy up and running follow these simple example steps.
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters
- Clone the repo in your local machine:
git clone https://github.com/RiyaBulia12/Portfolio.git
- Open terminal and cd into project
cd Portfolio
- Open the index.html in your brower:
open index.html
To check linters run the following command:
- Install WebHint:
npm install --save-dev hint@7.x
- Install StyleLint
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- To check CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}"
- To fix CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}" --fix
- To check HTML linters error
npx hint .
👤 Riya Bulia
- GitHub: @RiyaBulia12
- LinkedIn: Riya-Bulia
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!