/website

The website for Xenon powered by next.js

Primary LanguageJavaScriptMIT LicenseMIT

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