- Code Editor installed (ie: VSCode)
- Git installed
- Node & NPM installed (if you install Node.js, NPM should be bundled with it)
- Clone the app locally:
git clone https://github.com/coltonehrman/chat-anon.git
- Install the project dependencies:
npm i
- Run the app locally:
npm run dev