Thanks for taking the time to contribute! Feel free to make Pull Request with you changes.
Rust >= 1.33.0
- Fork repo
- git clone <forked_repo>
- Change
.env.example
to.env
and change DATABASE_URL - Install diesel and run migrations:
sudo apt-get install sqlite3 libsqlite3-dev
cargo install diesel_cli --no-default-features --features sqlite
diesel migration run
- Run astrocore:
RUST_LOG="astrocore=debug" RUSTFLAGS=-Awarnings cargo run
- Make changes
- Push your changes in repo