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.
|
4 months ago | |
---|---|---|
db-fake | 4 months ago | |
public | 4 months ago | |
src | 4 months ago | |
.gitignore | 4 months ago | |
LICENSE | 4 months ago | |
README.md | 4 months ago | |
index.html | 4 months ago | |
package-lock.json | 4 months ago | |
package.json | 4 months ago | |
vite.config.js | 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