Skip to content

esarajyan/apeiro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

CMPM-146-Game-AI-Final-Project

Demo

Video Title

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 LLMs and generative AI models to create an interactive story.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

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