/uno-www

Simple UNO game using Next.js and Material UI

Primary LanguageTypeScriptMIT LicenseMIT

uno-www

Simple UNO game using Next.js and Material UI

Run Locally

Clone the project

    git clone https://github.com/0x16c3/uno-www

Go to the project directory

    cd uno-www

Set environment variables

NEXT_PUBLIC_API_URL=https://uno.0x16c3.com
NEXT_PUBLIC_WS_URL=ws://uno.0x16c3.com

Install dependencies

    npm install

Start the server

    npm run dev