Open Sourced https://kumareth.com
- 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/
- Install ESLint and Prettier VSCode extensions.
- Done! Now you have live linting and autofixing setup!
- Run
yarn lintto check for linting errors. - Run
yarn lint:fixto fix the linting errors.
- The Lerna monorepo setup was put up by Harshit Pant.
- To customize the linter, use
.eslintrcand.prettierrcfile. Learn more
MIT - Source code by Kumar Abhirup