Code Monkey home page Code Monkey logo

cease-and-desist-history-big-n's Introduction

History of sins by Nintendo

Table of Contents

Expand to see contents

Description

This project originated after a few years of looking at a certain videogame company and his response to fan projects, since it was less than ideal and specially after never improving despite fan outcry. After being influenced by killed by Google and a few videos about the subject that I highly recommend watching since they illustrate the issue with the company pretty well, I decided to make a compilation of news and events this videogame company has caused over the years to make sure we don't forget the story we lived in hopes that one day, we won't repeat it. The list of videos I mentioned can be found here:

Getting Started

If you'd like to edit or host this website on your own, I highly recommend using a webserver on the machine you are going to use for this. The first thing you want to do is downloading the repository, to do this you can use git (if you already know how to use it) or download the files as a zip (the green button above the contents of the repository gives you the option).

Download the Web Server

You can use your web browser (chrome, firefox, brave, opera, edge, etc.) to open the website by dragging the index.html into a new tab. But if you do it that way, any changes to the .css, .json and even .html files might not be reflected since the browser opens a cache of the file and not the current version. For this reason it is highly recommended to use a webserver (you can find more about this here). I use webservers made on node since it makes things easy for me, so if you want to use them you can download node here: https://nodejs.org/en/. If you don't want to use node or use some other webserver, you can do so but it's up to you to set it up.

Deployment

Now you can deploy the website and open it on your browser. If you used your own webserver or you downloaded some other program then you need to follow the instructions for that web-server. If you downloaded node or you want to use node then there are two webservers you can use, http-server and reload:

http-server

This is a simple webserver, to run it simply open a console on the folder where you downloaded the repository and type:

npx http-server

Node will automatically download the server and run it for you, after a few seconds a message will appear prompting you to open http://localhost:8080 on your browser, if you do it the website will appear there and you can edit files freely, reload the page and see the changes.

reload

This webserver automatically reloads the website when it detects changes to the files, to run it simply open a console on the folder where you downloaded the repository and type:

npx reload

Node will automatically download the server and run it for you, after a few seconds a message will appear prompting you to open http://localhost:8080 on your browser, if you do it the website will appear there and you can edit files freely, the server it will reload the page and you can see the changes.

Contributing

If you would like to help with the project (suggest changes, articles, etc), please read this information.

Authors

License

License: MIT

This repository has the standard MIT license. You can find it here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.