Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikashpr/vikashpr.com
VikashPR.com is a personal website of Vikash built using HTML,CSS,JS.
https://github.com/vikashpr/vikashpr.com
css3 github-pages gitlens html5 imgbot js learn opensource portfolio-website
Last synced: 24 days ago
JSON representation
VikashPR.com is a personal website of Vikash built using HTML,CSS,JS.
- Host: GitHub
- URL: https://github.com/vikashpr/vikashpr.com
- Owner: VikashPR
- License: mit
- Created: 2021-12-29T04:11:14.000Z (almost 3 years ago)
- Default Branch: release/production
- Last Pushed: 2024-08-04T13:19:46.000Z (3 months ago)
- Last Synced: 2024-09-29T23:23:23.865Z (about 1 month ago)
- Topics: css3, github-pages, gitlens, html5, imgbot, js, learn, opensource, portfolio-website
- Homepage: https://VikashPR.com
- Size: 33.4 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VikashPR.com
VikashPR.com is a personal website of Vikash built using HTML,CSS,JS.
## CodeFactor Rating
[![CodeFactor](https://www.codefactor.io/repository/github/vikashpr/vikashpr.com/badge)](https://www.codefactor.io/repository/github/vikashpr/vikashpr.com)VikashPR.com
[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/vikashpr/vikashpr.com.svg)](https://github.com/vikashpr/vikashpr.com/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/vikashpr/vikashpr.com.svg)](https://github.com/vikashpr/vikashpr.com/pulls)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)---
VikashPR.com is a personal website of Vikash built using HTML,CSS,JS,Firebase.
This website is Open Source. Feel free to use this public template.## 📝 Table of Contents
- [Getting Started](#getting_started)
- [Deployment](#deployment)
- [Usage](#usage)
- [Built Using](#built_using)
- [TODO](../TODO.md)
- [Contributing](../CONTRIBUTING.md)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)## 🏁 Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.### Prerequisites
Fork the [repository](https://github.com/VikashPR/VikashPR.com) and clone it to your local machine.
#### Clone the project
```
git clone https://github.com/VikashPR/VikashPR.com.git
```### Installing
A step by step series of examples that tell you how to get a development env running.```
npm install
```And compile the Sass file in the `docs/assets/css/style.scss` directory using [LiveSass](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass) Extension.
Open command pallet
``Mac OS: ⌘ + ⇧ + P``
``Windows: Ctrl + P``
``Linux: Ctrl + P``
Type `Live Sass: Watch Sass` and press `Enter`.