Skip to content
forked from mgodje/Apeiro

This project was developed for the CMPM 146 course during the Summer quarter at UC Santa Cruz. It utilizes generative AI and stable diffusion models to create an interactive story.

Notifications You must be signed in to change notification settings

Ernesto2004/apeiro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

CMPM-146-Game-AI-Final-Project

Setup

Download Node.js. Run this followed commands:

# This is where the project will project via the web.
cd frontend

# Install dependencies with vite (only the first time). 
npm install

# If you're having trouble with this step, try running the below command once:
npm install vite

# Run the local server at localhost:8080. This launches the website from your local machine.
npm run dev

# Build for production in the dist/directory.
npm run build

About

This project was developed for the CMPM 146 course during the Summer quarter at UC Santa Cruz. It utilizes generative AI and stable diffusion models to create an interactive story.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.9%
  • CSS 33.5%
  • EJS 11.6%
  • Python 2.0%