Skip to content

pagekey/xylo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xylo

Self-hosted app creation kit.

Getting Started

  1. Generate a project:
xylo new
  1. Enter the project:
cd myproject
  1. Start the development servers:
xylo dev
  1. Visit the frontend at http://localhost:3000.

  2. Send a request to the backend:

curl http://localhost:5000

Installation

Installing from Crates.io

Run cargo install pagekey-xylo.

Local Installation

  1. Make sure you have cargo installed on your system.

  2. Clone this repo:

git clone https://github.com/pagekey/xylo.git
  1. Enter the repo.
cd xylo
  1. Build and install.
make install

Uninstalling Local Installation

Run make uninstall.