๐ก &samhoud Escape Room
Virtual Reality Escape Room for &samhoud|consultancy. It's going to be used for the recruitment of junior consultants during the internal 'junior caroussel'.
Each player (of a group of 4 people) is located in a different room. By talking to eachother they have to find all the hidden clues to get out of the room.
- Make sure you have
node
installed on your machine.npm
comes with node.- You can check versions with
npm -v
andnode -v
- Configure ESLint
- Configure EditorConfig
- Clone this repo
$ git clone https://github.com/samhoudmedia/escape-room.git
- Run
npm install
to install dependencies. - Run
npm start
to start the server. - Run
npm run build
to build for production.
To see a list of everybody who contributed to this project please refer to the Contributors page.