Skip to content

A personal website crafted using React and Framer Motion.

Notifications You must be signed in to change notification settings

l3lackMegas/haridan

Repository files navigation

Deprecated and Migrating to React.js

This current main branch is deprecated and I was about to migrate code base from Next.js to Pure React.js (#3)

l3lackmegas Resume Website

This is a source code of my Resume Website.

Setup and running

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.

Tools and Dependencies

About

A personal website crafted using React and Framer Motion.

Topics

Resources

Stars

Watchers

Forks