Skip to content
/ os-ui-web Public

An OS-designed website with interactive Terminal

Notifications You must be signed in to change notification settings

ltln/os-ui-web

Repository files navigation

OS-UI Website

An OS-designed website with interactive Terminal View the Demo here.

Requirement

  • Node >= 16.14

Installation

  1. Clone this repository
git clone https://github.com/ltln/os-ui-web.git
  1. Install dependencies
npm i --s
  1. Change config to yours
Favicon -> /src/app/favicon.ico
Title -> /src/lib/config.ts - title
Background -> /src/lib/config.ts - background
  1. Build and deploy website
npm build
npm start
  1. View website at http://localhost:3000

To do

  • Theme
  • Minigames
  • User Authentication

Support

You can support by contributing to this repository or by starring this repository ⭐