Skip to content

polpenaloza/react-me.com

Repository files navigation

React.me @polpenaloza

Setup

Dependencies

Pre-Requisites

Command lines

pnpm install

How to run

  • At the root the app, find the env.sample.
  • Copy the file env.sample and rename that copy to .env
  • Add your own env vars there

Develop

To develop on the app

pnpm dev:me

Build

To build the app

pnpm build:me

Update Dependencies

To update the package dependencies

pnpm update --interactive

Common Run Errors

If you get an error like this:

hint: The '.husky/commit-msg' hook was ignored because it's not set as executable.

You can fix it by running:

chmod ug+x .husky/*
chmod ug+x .git/hooks/*