Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 560 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (20 loc) · 560 Bytes

Contributing

Thanks for taking the time to contribute! Feel free to make Pull Request with you changes.

Requirements

Rust >= 1.33.0

Proccess

  1. Fork repo
  2. git clone <forked_repo>
  3. Change .env.example to .env and change DATABASE_URL
  4. Install diesel and run migrations:
sudo apt-get install sqlite3 libsqlite3-dev
cargo install diesel_cli --no-default-features --features sqlite

diesel migration run
  1. Run astrocore:
RUST_LOG="astrocore=debug" RUSTFLAGS=-Awarnings cargo run
  1. Make changes
  2. Push your changes in repo