Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 353 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 353 Bytes

NextJS application for xenon.bot

NextJS application for the Xenon Bot website. Depends on the Xenon API to work correctly.

Dev Server

npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy

npm install
npm run build
npm run start