This project is a website for monitoring Alienworlds account. The website built based on ReactJS with Next.JS.
This project had backend part in "backend" folder. The backend part work like a middle man to pass through api request to Wax api endpoint.
- Clone this project
- Install dependencies by
npm install
- Run server by
npm run dev
- Run backend server by access backend/
- Install dependencies
- Run
node index.js
Please follow Next.JS documentation for more guide.
You can access this service by accessing https://www.alienworlds.fun/
You can clone this project and run this project on your own machine.
- NodeJS
- NPM
After install NodeJS and npm, clone this project.
- Install dependencies
npm install
- Build website
npm run build
- Start local server
npm run start
- access backend folder
- Install dependencies
npm install
- Run local server
node index.js [port]
(port is optional, default is 3003)