Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (36 loc) · 1.13 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.13 KB

Webgame

Some Problem with Domain Check Unsafe

Introduction

The WebGame using node.js

Installing

First, download the zip file or clone this repository

git clone https://github.com/buttercrab/webgame.git

Then, go into the directory

cd webgame

Then run:

npm install
npm run ready

Then in server.js, change configurations to run in your computer

When all done run

npm run start

to start the server

License

This project is licensed under the MIT License - see the LICENSE file for details

References

  • Used 404 page from here
  • Used login page from here
  • Used loader from here