Generative XYZ Website

This project is frontend of Generative XYZ. It is built with NextJS.

Requirements

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

Installation

  1. Install dependencies:
npm
# or
yarn
  1. Start development server
yarn dev
# or
npm run dev
  1. Build
yarn build
# or 
npm run build