This current main branch is deprecated and I was about to migrate code base from Next.js to Pure React.js (#3)
This is a source code of my Resume Website.
First, You have to make sure that you're install tools and dependencies already.
Then clone this repo to your workspace.
git clone https://github.com/l3lackMegas/haridan.git
cd haridan/
And install all dependencies by use this commands.
yarn install
Now the setup have done. You can run Next.js by use these commands.
yarn dev
To start with development's environment.yarn build
To build project components files.yarn export
To build and export project as static files to./docs/
.yarn start
To start with Production's environment.yarn lint
To find and fix problems in code by using ESLint.