Skip to content

Install on Windows

View the system requirements before you get started.

1. Install prerequisites

2. Clone the project

git clone https://github.com/SirGibblets/achew.git
cd achew

3. Run

# Default host/port (localhost:8000)
.\run.bat

# Expose to other machines on your local network
.\run.bat --listen

# Custom host and/or port
.\run.bat --host 0.0.0.0 --port 3000

Give it a moment

The first launch may take several minutes while dependencies are installed and the app is built.

4. Open the app

Visit http://localhost:8000 once the app is ready and you should see the welcome screen:

Achew welcome screen Achew welcome screen

Next steps