Skip to content

Latest commit

 

History

History

docs-site

The site is builded with GatsbyJS , a static PWA (Progressive Web App) generator , which makes Squeezer site running really , really , really fast .

Running the website on your local machine

Clone the repository

git clone https://github.com/SqueezerIO/squeezer

Install packages

yarn install

Install Squeezer docs

yarn run installDocs

Run site on your local machine

yarn run develop

Add a blog post

Add yourself as an author

content/blog/authors/

Add a new blog post

content/blog/posts/

Deploy website

Use a separate branch from master and make a PR . We are using netlifly for blazing fast static websites . You can preview your deployment at https://YOUR_BRANCH--squeezer-site.netlify.com