Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

RakeshPotnuru/Portfolio

Repository files navigation

Portfolio Website

Warning

Please change script tags (Google analytics, tawk and schema markup) in index.html

Netlify Status Better Stack Badge

Visit - itsrakesh.com

Screenshot 2022-01-16 154645

Backend Repo - Here

Made with

  • ReactJs
  • NodeJs
  • Bootstrap

Deployed with

  • Netlify
  • Heroku

API's used - Dev

Development

  • Install dependencies

    yarn
  • Start development server

    yarn start

Or with Docker

  • Build the image

    docker-compose build
  • Run the docker image

    docker-compose up

If you are getting "error:0308010C:digital envelope routines::unsupported". Read this stackoverflow answer.