Skip to content

Commit

Permalink
chore(readme): create readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
One-Nose authored Jul 4, 2023
1 parent 5b888f6 commit d19097b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d19097b

Please sign in to comment.