This project is frontend of Generative XYZ. It is built with NextJS.
The following dependencies are required to build and run this project, depending on your OS, they may already be installed:
- Install node (v18 recommended)
- Install yarn or npm
- Install dependencies:
npm
# or
yarn
- Start development server
yarn dev
# or
npm run dev
- Build
yarn build
# or
npm run build