Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pustur/tlou-fan-website
A fanmade website that pays homage to my favorite video game: The Last of Us 🏹
https://github.com/pustur/tlou-fan-website
fanmade static-site the-last-of-us tlou tribute website
Last synced: 28 days ago
JSON representation
A fanmade website that pays homage to my favorite video game: The Last of Us 🏹
- Host: GitHub
- URL: https://github.com/pustur/tlou-fan-website
- Owner: Pustur
- License: mit
- Created: 2019-01-08T01:12:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:48:12.000Z (about 2 years ago)
- Last Synced: 2024-11-11T03:36:30.592Z (2 months ago)
- Topics: fanmade, static-site, the-last-of-us, tlou, tribute, website
- Language: SCSS
- Homepage: https://tlou-fan-website.netlify.app
- Size: 14.6 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://tlou-fan-website.netlify.app/).
## Technologies
- HTML5
- CSS
- JavaScript
- Gulp
- Eslint / Stylelint## Instructions
You'll need `node` and `gulp` to run and compile the project.
Install `gulp-cli` with:```bash
$ npm install -g gulp-cli
```Then install all dependencies with:
```bash
$ npm install
```And finally, to compile and serve the files at [localhost:8000](http://localhost:8000/), run:
```bash
$ npm run dev
```For an optimized production build, run the following command:
```bash
$ 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:
```bash
$ npm run build
```## License
[MIT](LICENSE)