Frontend website for Pygmalion AI.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
itsuyomi cd53979c03
Update 'README.md'
4 months ago
db-fake First release 4 months ago
public First release 4 months ago
src First release 4 months ago
.gitignore First release 4 months ago
LICENSE Change file format for license 4 months ago
README.md Update 'README.md' 4 months ago
index.html First release 4 months ago
package-lock.json Update name in package-lock.json 4 months ago
package.json First release 4 months ago
vite.config.js First release 4 months ago

README.md

pygmalion-web-frontend

An attempt at making an unofficial frontend website for Pygmalion AI.

Prerequisites

  • NodeJS and npm
  • json-server is used to fetch placeholder data from db-fake/db.json.

Install

Clone the repo and then install.

npm install

Usage

Run the frontend.

npm run dev

Then go to http://localhost:5173/

Run the JSON server in another shell window.

json-server --watch db-fake/db.json

By default, the data is fetched from http://localhost:3000