- Node version 20 or higher
- Fork ZeFerSocketIO repo here https://github.com/leindfraust/ZeFerSocketIO/fork
- Clone your forked repository by running
git clone https://github.com/<your-username>/zefersocketio.git
- Populate .env.example and remove .example once done.
- Install packages by running
npm install
- You're now ready! Just run
npm run dev
to start application and navigate tolocalhost:5001
Refer to LICENSE