Skip to content

we3lab/pypes-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPES GUI

Graphical user interface (GUI) to help you build models in pype-schema.

Warning

Still under development. Portions of this codebase were generated by artificial intelligence tools. While the logic and architecture have been reviewed for functionality, the user assumes all responsibility for debugging outputs prior to production deployment.

Installation

git clone
cd pypes-gui
npm install

If it's not already, make sure that pype-schema is installed:

pip install pype-schema

Usage

To launch the development environment (from within the pypes-gui subfolder):

npm run dev

Alternatively, the GUI can be installed and run from a Docker container:

docker build -t pypes-gui .
docker run -p 3000:3333 pypes-gui

In either case, the local server will be available at http://localhost:3000.

Project Structure

pypes-gui/           # Root directory
README.md            # Project documentation
├── src/                 # React source code
    ├── components/          # Reusable React components
    ├── pages/               # Core pages and styles
    ├── server/              # Backend logic for the app
    ├── store/               # Interactions with stored data
    ├── utils/               # Utility functions and constants
├── public/              # Static files (images, icons, etc.)
├── Dockerfile           # Configuration of Docker container
├── next.config.js       # Next.js configuration
├── package.json         # Project metadata and dependencies

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages