Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 671 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 671 Bytes

Fronvo logo

The server of Fronvo

Built on socket.io for blazing-fast realtime communication

Host locally

Here's how to host the latest Fronvo site on your own:

git clone https://github.com/fronvo/server.git
cd server
npm i

Now fill out the required .env file

After that:

npm start

Extras

Tools