tlou fan website
1.0.0
A fanmade website that pays homage to my favorite game of all time: The Last of Us
You can see it live here.
You'll need node and gulp to run and compile the project.
Install gulp-cli with:
$ npm install -g gulp-cliThen install all dependencies with:
$ npm installAnd finally, to compile and serve the files at localhost:8000, run:
$ npm run devFor an optimized production build, run the following command:
$ npm run dev:prodIf you just want to build the compiled files without spinning up the development server and watch tasks you can simply use:
$ npm run buildMIT