Giter Club home page Giter Club logo

doctors-portal's Introduction

rana-ahammed

My Own Digital Home on the Internet

This is my personal website built with Next.js, Tailwind CSS, and hosted on Vercel


View Demo Report Bug Request Feature Forks Stars

Features

Running Locally

  1. Clone this repository

    git clone https://github.com/ranacode6/ranacode6.git
  2. Change directory

    cd ranacode6
  3. Install dependencies

    yarn install
  4. Create a .env file similar to .env.example and input environment variables

     # Client
    
     NEXT_PUBLIC_APP_URL=http://localhost:3000
     NEXT_PUBLIC_GOOGLE_ANALYTICS=
     NEXT_PUBLIC_AVAILABLE_FOR_HIRE=true
    
     # Server
    
     # database
     DATABASE_URL=
    
     # next-auth
     NEXTAUTH_URL=http://localhost:3000
     NEXTAUTH_SECRET=
    
    
     # google
     GOOGLE_ID=
     GOOGLE_SECRET=
    
     # github
     GITHUB_ID=
     GITHUB_SECRET=
     GITHUB_READ_USER_TOKEN_PERSONAL=
    
  5. Start hacking

    yarn dev

Deployment

Deploy to Vercel, Netlify, etc

Deploy with Vercel Deploy to Netlify

Files to customize

  • config/site.ts - update site with yours.
  • config/github.ts - update GITHUB_ACCOUNT with yours.
  • constants/experiences.ts - update with your cool experiences.
  • app/about/page.tsx - update with yours.
  • app/resume/page.tsx - (optional) update with your resume or you can remove it.
  • public/share/resume.pdf - (optional) replace with your best resume.
  • public/media/* - store assets such as images and favicons.
  • tailwind.config.js - contains the tailwind styles, and modify as you like to change overall look and feel to the site.
  • content - replace with your blog posts, projects, and notes.
  • next.config.js - configuration related to Next.js. You need to adapt the Content Security Policy if you want to load scripts, images etc. from other domains.

Stack

License

Licensed under the MIT License.

doctors-portal's People

Contributors

ranacode6 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.