This is a Next.js project bootstrapped with create-next-app
.
Please make sure you have following software installed in your system:
- Node.js
- NPM / Yarn
First you need to clone the repository:
$ git clone https://github.com/robin3317/devrobin.git
Then you have to install the necessary dependencies using either NPM or Yarn:
$ npm i
Or
$ yarn
Now you are ready to run the application. In the project directory, you can run:
$ npm run dev
This will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
I appreciate to create your own version of using this.