# Test Pages Test with page generation. Juste a small yew app. The generated pages are available here: # Gen pages: CF ``` git clone trunk build --release --public-url '.' cd dist git init git remote add origin # remove old pages branch git push origin -d pages git checkout -b pages git add * git commit -m "gen pages" # push new pages branch git push -u origin pages ```