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 devTo start with development's environment.yarn buildTo build project components files.yarn exportTo build and export project as static files to./docs/.yarn startTo start with Production's environment.yarn lintTo find and fix problems in code by using ESLint.