Pustur / tlou-fan-website

A fanmade website that pays homage to my favorite video game: The Last of Us 🏹

Home Page:https://tlou-fan-website.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Last of Us — Fan Website

A fanmade website that pays homage to my favorite game of all time: The Last of Us

You can see it live here.

Technologies

  • HTML5
  • CSS
  • JavaScript
  • Gulp
  • Eslint / Stylelint

Instructions

You'll need node and gulp to run and compile the project.
Install gulp-cli with:

$ npm install -g gulp-cli

Then install all dependencies with:

$ npm install

And finally, to compile and serve the files at localhost:8000, run:

$ npm run dev

For an optimized production build, run the following command:

$ npm run dev:prod

If you just want to build the compiled files without spinning up the development server and watch tasks you can simply use:

$ npm run build

License

MIT

About

A fanmade website that pays homage to my favorite video game: The Last of Us 🏹

https://tlou-fan-website.netlify.app

License:MIT License


Languages

Language:SCSS 68.0%Language:HTML 26.4%Language:JavaScript 5.6%