Skip to content

Fronvo/server

Repository files navigation

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