Skip to content

cubebuc/mega-masterpiece

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mega Masterpiece

Website: https://mega-masterpiece.herokuapp.com/

This is my final project for high school exams.

It is an online drawing game inspired by Skribble.io.
Multiple players gather in a lobby and one of them is drawing a word.
The others are trying to guess the word.

Development

Server is written with node.js.
Mainly socket.io, but also express.js.

Client is written with React.

Install dependecies

Do this both in root folder and client folder (server-side, client-side)

npm install

Dev server

Local server at localhost:5000

npm run dev

Server only

Starts the local server without rebuilding the front-end

npm run start:server

Client only

Starts the front-end without server
(Kind of useless, unles you need just the home page for some reason)

npm run start:client

Builds

Full build

npm run build:full

Documentation build (JSDocs is required)

npm run build:docs

Documentation

Contributing

Create a pull-request.
I will review it in my precious time :)

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published