Skip to content

stuartleeks/autogen-explorations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autogen explorations

This is a repo for personal explorations of autogen - it's not intended to be useful to anyone other than me. If you do find it useful, that's a nice bonus!

random notes to sort

# install dependencies
poetry install


# TODO - add this to .bashrc?
eval $(poetry env activate)
# compile ts
(cd app_web/ts && tsc --watch)

# compile scss
cd app_web/scss
sass index.scss:../css/index.css # or sass --watch index.scss:../css/index.css

About

This is a repo for personal explorations of autogen - it's not intended to be useful to anyone other than me. If you do find it useful, that's a nice bonus!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors