Skip to content

Zerlight/XJTLU-InfoCo-Dino-proj-frontend

Repository files navigation

XJTLU-InfoCo-Dino-proj-frontend

The frontend part of XJTLU-InfoCo-Dino-proj, used on Autumn Fresher's Fair, Sep. 4, 2024.

screenshot-main

Features

  • Play dino with internal mods or execute your own js codes!
  • A self-made macOS-styled integrated and emulated file picker.
  • Basic window manager and file manager functions.

Requirements

In order to run this project, you need to install the latest LTS version of Node.JS.

Startup Procedures

  1. Install dependencies
    npm install
  1. Launch the Express Server
    npm run start
  1. Open your browser and go to http://localhost:3000

Credits