ingeniousambivert.github.io

Ambiverse

Minimal portfolio of a Full Stack Developer

About

This project is built with NextJS, React and Tailwind CSS

Getting Started

Getting up and running is simple.

  1. Make sure you have NodeJS and yarn installed in your system globally.
  2. Install your dependencies.
cd path/to/folder
yarn 

3.1 Start your server.

yarn start

3.2 Start your server in development mode.

yarn dev
  1. Configuring the server with environment variables

    • Create a .env.local file in the root
    • Add the following lines to it (modify according to your environment/requirements)

    ```env

    Express Server config

    NEXT_PUBLIC_GITHUB_CLIENT_ID = 2xxxxxxxxxxxxxf NEXT_PUBLIC_GITHUB_CLIENT_SECRET = bxxxxxxxxxxxxxxxxxxxxxxxxxxx9

Deploy it to the cloud with Vercel (Documentation).