This is a school project based on the Oculus Rift website. I don't own any rights.
First, do not forget to install Node.js and Yarn. After downloaded the repository, install the node_modules with :
yarn install
To run the app, run this command in your terminal :
yarn run dev
Then browser-sync should start and you should be able to see the app.
To build it, run this command in your terminal :
yarn run build
- I used the BEM naming class convention.
- For the CSS, I added CSSComb to format and sort our code.
- For the Javascript, I used ESLint and code in ES6.
- I liked to use gitmoji when I commited to identify quickly the purpose of the commit
- Everytime I could, I followed the rules of FrontEndChecklist
To Lรฉna Mari and Valentin Martinez for the design.
To Samuel Mormin for the help.
This repository is under MIT Licence.