3 Commits

Author SHA1 Message Date
Carlos Cuesta
18852ce299
♻️ Move website to Next.js (#368)
This commit updates the stack of the gitmoji website to Next.js. This was a thing I wanted to do a long time ago.

Our current stack was a little bit outdated and had issues with the Developer UX. The concept is the same, the whole site is built into a Static HTML site.

Also we can benefit from using React ⚛️ ❤️

The current stack will be:

Next.js
React
Flow
Scss
Prettier
Jest
2019-10-26 18:00:59 +02:00
Carlos Cuesta
67c6a25b4a
Automate deployments (#181)
*  Add build script
* 🚀 Automate deployments with Travis
* 🔧 Remove node_js 4 from Travis.yml
*  Use yarn on Travis
* 🔧 Use before_deploy insteead of after_success hook

Fixes #180

fixup!  Automate deployments (#181)
2018-01-14 12:51:07 +01:00
Carlos Cuesta
f2a567de55
🔧 Add source files
Add workflow and sourcefiles to start building the website
2016-10-30 13:19:43 +01:00