Skip to content

mhered/calcount3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calcount3

A simple calorie counter app made using the Atri framework for Hacktoberfest'22

See the Demo in github pages

Note: there seems to be an incompatibility with conda installed in my system, the environment keeps activating itself when I issue pipenv shell and then it seems to cause errors:

(base)$ mkdir calcount3 && cd calcount3
(base)$ conda deactivate
$ pipenv install atri
$ pipenv shell
(calcount3)(base)$ conda deactivate
(calcount3)$ atri start

Sources:

Build and deploy app

Update the demo app after git commit and git push of new source code

Note: atri commands must run from source directory and inside the pipenv environment, so if neeced do:

$ cd calcount3
$ pipenv shell
(calcount3)(base)$ conda deactivate
(calcount3)calcount3$

Then build and deploy with:

$ atri build ssg
$ GIT_USER=<username> atri deploy ssg --gh-pages

About

calorie counter with atri apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors