KlavierCat / dublin.serverlessdays.io

Website for ServerlessDays Dublin

Home Page:https://dublin.serverlessdays.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dublin.serverlessdays.io

CircleCI

Website for ServerlessDays Dublin

Currently work in progress

This website is currently in highly development, so don't play too much with it just now, or at least, keep on hold your expectations... 😅

Commands for build and deployment

This website is currently built using GatsbyJs. The build process will create a static website (only HTML, CSS and JS files) that can be easily hosted.

Development

In order to start the development environment you can run npm run devel (or npm run development if you like longer commands). This will bootstrap a live-reloading development web server on port 8000.

Production Build

In case you want to see how a production build looks like (which you don't really have to do, unless you are curious, because the CI will do that for you), you can run npm run build. This command will emit the static version of the website in the public folder.

If you want to run this on a local webserver you can run npm start, which will show the last build on port 9000.

Website publishing

The website is auto-magically™️ built and published every time there's a push on the Master branch.

If you are curious to know how this works, you can have a look at our CircleCI config.

Website is published on GitHub pages from the branch gh-pages using the command line utility gh-pages.

That's all folks

ヽ(o^▽^o)ノ

About

Website for ServerlessDays Dublin

https://dublin.serverlessdays.io

License:MIT License


Languages

Language:CSS 81.9%Language:JavaScript 17.6%Language:HTML 0.5%