Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 281 Bytes

contributing.md

File metadata and controls

18 lines (13 loc) · 281 Bytes

Contributing

How to run

Requires: Git, Yarn, Node

# Clone the repository
git clone https://github.com/unnamed/rose
cd rose

# Install dependencies
yarn

# Start development server
yarn dev