Skip to content

aeroworks-io/examply

Repository files navigation

Examply

Static Site Generator that generates content depending on the url!

https://examply.aeroworks.app/<placeholder>/<path> will generate an dynamic, SSR-ed page with full OGP and Meta tags and so on.

Try me: https://examply.aeroworks.app/Examply/Awesome/webapp/it/is

Special thanks to placehold.jp!

Download localy and deploy your own, or you are more than welcomed to contribute!

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate