Skip to content

deepshard/LookMomNoCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

766 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Truffle Desktop

How to Run

Prerequisites

  • Python 3.12 (latest stable version)
  • Bun
  • npm

Setup

  1. Install Python 3.12

  2. Set up a virtual environment:

python -m venv venv
source venv/bin/activate  # On Windows use venv\Scripts\activate
  1. Install required Python packages:
pip install --pre -U -f https://mlc.ai/wheels mlc-ai-nightly
pip install --pre -U -f https://mlc.ai/wheels mlc-llm-nightly mlc-ai-nightly
  1. Install requirements.txt: pip install -r requirements.txt

  2. Run migrations:

cd python
python3 migrations.py
  1. Start the Python server: python3 server.py

  2. In a new terminal, run the CSS watcher: bun watch-css

How to install Bun
  1. For macOS or Linux: curl -fsSL https://bun.sh/install | bash

  2. For Windows:

    • Install WSL2
    • Run the above curl command in your WSL2 terminal

For more details, visit Bun's official installation guide

  1. In another terminal, you can either:
  • Run Storybook: npm run storybook
  • Or start the entire app: bun start

Development

  • To work on the frontend, use npm run storybook
  • To run the full application, use bun start

Notes

  • Ensure all terminals are running in the project's root directory unless specified otherwise.
  • Keep the Python server running while developing.

For any issues or further questions, please refer to the project documentation or open an issue in the repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors