Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 403 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 403 Bytes

Project Clippi

An automation framework for Project Slippi

Development

After cloning the repo, run the following commands.

yarn install     # Install all the dependencies
yarn run start   # Start the development server

This will automatically start the development server. It includes HMR and auto-reloading so changes to both the main and renderer processes should auto-update.