Message your people. Let them know what you are up to.
Clone the project
git clone https://github.com/lizardkingLK/neon_chat.git
Go to the project directory
cd neon_chat
Install dependencies
npm install
Set environment variables in .env.sample
cp .env.sample .env
Start the server
npm run dev