Skip to content

joshuadavidang/joshua-david

Repository files navigation

Coding Portfolio

Issue Pull Request Release Badge portfolio

Tech Stack

Getting Started

  1. Clone the project

    git clone https://github.com/joshuadavidang/joshua-david.git
    
  2. Install dependencies

    npm install
    
  3. Set up environment variables

  • Get a free API key at Supabase

  • Create the file .env.local at the root folder

  • Enter the following code

    NEXT_PUBLIC_SUPABASE_URL = 'REPLACE URL HER'
    NEXT_PUBLIC_SUPABASE_ANON_KEY = 'REPLACE KEY HERE'
    
  1. Run the project in development environment

    npm run dev
    

Acknowledgements

Developed by @Joshua