Skip to content

ulaval-rs/peatland-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peatland Dashboard

To install the project

git clone https://github.com/ulaval-rs/peatland-dashboard.git
cd peatland-dashboard
./venv/bin/pip install .

To run the app

./venv/bin/streamlit run app.py

Contributors

Follow these steps to contribute to the project

First, clone the repo (you may need to fork the project before if you are not a collaborator in the Github project)

git clone https://github.com/ulaval-rs/peatland-dashboard

Enter the project directory

cd peatland-dashboard

Make a new branch where you will make the changes

git checkout -b your-branch-name

Now you can make your changes. Once it's done, you can add your changes and commit them.

git add .
git commit -m "your message"

And push the changes.

git push origin your-branch-name

Finally, through the pull requests interface (https://github.com/ulaval-rs/peatland-dashboard/pulls), you can make a new pull request from your branch to the main branch.

About

Dashboard for peatland time series analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages