MNThomson / wantjob

Want job? Get job!

Home Page:https://mnt.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WantJob

github build status

Introduction

Usage

Development

wantjob can be run locally for either further development or customization.

Note

BEFORE you run the following steps make sure you have (a recent version of) Rust installed locally on you machine rustup update && rustup install nightly

# 1. Clone the repository
git clone https://github.com/MNThomson/wantjob.git && cd wantjob

# 2.1 To start developing, run wantjob
cargo run

# 2.2 Or auto rebuild/run on file save (requires the mold linker & cranelift backend)
cargo r

The development environment is now running and accesible at https://localhost:4321/

License

Licensed under AGPLv3
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you shall be licensed as above, without any additional terms or conditions

About

Want job? Get job!

https://mnt.dev

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%