Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shikhar97/shikhar97.github.io
Personal portfolio website hosted using GitHub Pages
https://github.com/shikhar97/shikhar97.github.io
bootstrap gatsby github-pages javscript nextjs portfolio-website react single-page-applications
Last synced: 10 days ago
JSON representation
Personal portfolio website hosted using GitHub Pages
- Host: GitHub
- URL: https://github.com/shikhar97/shikhar97.github.io
- Owner: Shikhar97
- License: mit
- Created: 2023-05-18T18:39:27.000Z (over 1 year ago)
- Default Branch: v2
- Last Pushed: 2024-09-18T06:55:11.000Z (2 months ago)
- Last Synced: 2024-09-18T10:23:27.889Z (2 months ago)
- Topics: bootstrap, gatsby, github-pages, javscript, nextjs, portfolio-website, react, single-page-applications
- Language: JavaScript
- Homepage: https://shikhar97.github.io/
- Size: 34.1 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/shikharg)
Portfolio Website v2
Built with Next.js and hosted with Github Pages
## 🛠Installation & Set Up
1. Install node(v18 or higher)
```sh
brew install node
```2. Install next.js and yarn
```sh
npm install -g next@latest
npm install -g yarn
```3. Install dependencies
```sh
yarn install
```4. Start the development server
```sh
yarn dev
```## 🚀 Building and Running for Production
1. Generate a full static production build
```sh
next build
```2. Preview the site as it will appear once deployed
```sh
npm run serve
```## 🎨 Color Reference
| Color | Hex |
| -------------- | ------------------------------------------------------------------ |