2023-01-27 04:14:10 +01:00
2023-01-15 04:29:59 -05:00
2023-01-15 04:29:59 -05:00
2023-01-15 04:29:59 -05:00
2023-01-15 04:29:59 -05:00
2023-01-15 04:29:59 -05:00
2023-01-15 22:29:36 -05:00
2023-01-15 04:29:59 -05:00
2023-01-27 04:14:10 +01:00
2023-01-15 04:29:59 -05:00

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

Description
Frontend website for Pygmalion AI.
Readme 83 KiB
Languages
JavaScript 93.4%
HTML 4.7%
CSS 1.9%