diff --git a/README.md b/README.md new file mode 100644 index 0000000..21bb83a --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Minecraft-2D +This is a two-dimensional clone of the video game Minecraft. + +## Building +To build, you will have to have NodeJS and npm installed. +Fork this repository and run `npm install` in its root directory. +Run `npm run serve` to serve the game on `localhost`. +Run `npm run build` to build the project into the `dist` folder.