personal-website
personal-website copied to clipboard
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 :))
Kumar Abhirup
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.exampleandpackages/backend/.env.exampleto.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 lintto check for linting errors. - Run
yarn lint:fixto fix the linting errors.
🦄 Info
- The Lerna monorepo setup was put up by Harshit Pant.
- To customize the linter, use
.eslintrcand.prettierrcfile. Learn more
📝 License
MIT - Source code by Kumar Abhirup