Skip to content

Latest commit

 

History

History
85 lines (55 loc) · 2.57 KB

README.md

File metadata and controls

85 lines (55 loc) · 2.57 KB
Pixelemporium

 

PixelEmporium

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author



🔖 Status

🚧 Project Under Development.. 🚧



🎯 About

It is a game hosting application that informs the trend of games and games for free, in addition to storing and selling indie games that can be registered by developers.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/fernando-juni0/pixelemporium

# Access
$ cd pixelemporium

# Install dependencies
$ npm install

# Run the project
$ npm start

# The server will initialize in the <http://localhost:80>
#It is possible to change the opening port of the server by creating a .ENV file and adding the following line: PORT='Your Port'

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by {{YOUR_NAME}}

 

Back to top