/personal-website

GitHub monorepo that runs my personal website. Note: This stack is now almost 4 years old, I wouldn't make the tech stack choices today I used to make back then :))

Primary LanguageJavaScriptMIT LicenseMIT

Kumar Abhirup

Type emoji-log Twitter

Open Sourced https://kumareth.com

📦 Setup

🖥️ Development environment

  • Run
$ git clone https://github.com/KumarAbhirup/personal-website # to clone project
$ cd personal-website # enter in the project
$ yarn # install modules
$ yarn dev # run development server
  • Rename packages/web/.env.example and packages/backend/.env.example to .env.

  • Visit http://localhost:3001/

⚒️ Linting

In VSCode

  • Install ESLint and Prettier VSCode extensions.
  • Done! Now you have live linting and autofixing setup!

In Any other IDE

  • Run yarn lint to check for linting errors.
  • Run yarn lint:fix to fix the linting errors.

🦄 Info

  • The Lerna monorepo setup was put up by Harshit Pant.
  • To customize the linter, use .eslintrc and .prettierrc file. Learn more

📝 License

MIT - Source code by Kumar Abhirup

Follow me 👋 on TwitterTwitter