This project is the presentation site of our end-of-year project in Gobelins on the subject Book of the future for youth.
This project was built over the period of January to June 2018. We chose to head to George Orwell's 1984 book and build an application using Unity for storytelling.
This site is there to present the different points of our application.
- npm
Once the project is cloned, just run :
$ npm install
Launch server dev listening to localhost:3000
$ npm run dev
Create your application with a web server and minify the JS & CSS (for production).
$ npm run build
Start the server in production mode (after running nuxt build).
$ npm run start
Create the application and generate all routes as HTML files (used for static hosting).
$ npm run generate