Skip to content

natuelabs/jobs

Repository files navigation

Codeship Status for natuelabs/jobs

Natue's IT jobs page

The jobs page is a simple Jekyll blog, the form data is posted into Typeform and the blog uses CodeShip to continuous deploy the generated static website into Amazon's S3.

Working on it

Run this commands to start your local copy of the website:

git clone [email protected]:natuelabs/jobs.git
cd jobs
bundle
jekyll serve
open http://localhost:4000

Any changes on the files are automatically reloaded so you don't need to re-start the server unless you make changes on the configuration files.

Any push to master is automatically deployed into production, so please, work on branches.

Releases

No releases published

Packages

No packages published