Frontend website for Pygmalion AI.
Go to file
itsuyomi cd53979c03 Update 'README.md' 2023-01-27 04:14:10 +01:00
db-fake First release 2023-01-15 04:29:59 -05:00
public First release 2023-01-15 04:29:59 -05:00
src First release 2023-01-15 04:29:59 -05:00
.gitignore First release 2023-01-15 04:29:59 -05:00
LICENSE Change file format for license 2023-01-15 22:29:36 -05:00
README.md Update 'README.md' 2023-01-27 04:14:10 +01:00
index.html First release 2023-01-15 04:29:59 -05:00
package-lock.json Update name in package-lock.json 2023-01-15 05:00:51 -05:00
package.json First release 2023-01-15 04:29:59 -05:00
vite.config.js First release 2023-01-15 04:29:59 -05:00

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