dependabot[bot]
45ec6681ad
⬆️ Bump next-pwa from 5.5.5 to 5.6.0 ( #1129 )
...
* ⬆️ Bump next-pwa from 5.5.5 to 5.6.0
Bumps [next-pwa](https://github.com/shadowwalker/next-pwa ) from 5.5.5 to 5.6.0.
- [Release notes](https://github.com/shadowwalker/next-pwa/releases )
- [Changelog](https://github.com/shadowwalker/next-pwa/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shadowwalker/next-pwa/compare/5.5.5...5.6.0 )
---
updated-dependencies:
- dependency-name: next-pwa
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* 🔧 Update `next-pwa` config
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Cuesta <carloscuesta@me.com>
2022-08-29 15:30:34 +02:00
Max Programming
c0e86da606
✨ Introduce gitmoji PWA with next-pwa ( #825 )
2021-08-02 15:05:00 +02:00
Carlos Cuesta
9787678d01
♻️ Move styles to css-modules ( #622 )
...
* 🔧 Remove scss styling
* 🔧 Use absolute imports
* ♻️ Add global theme
* ♻️ Move Layout component to css-modules
* ♻️ Move Button component to css-modules
* ♻️ Move Icon component to css-modules
* ♻️ Move Layout component to _app
* ♻️ Move ContributorsList to css-modules
* ♻️ Move GitmojiList to css-modules
* 📝 Update CONTRIBUTING docs
* 🔧 Make prettier watch for css instead of scss files
* ✨ Remove GitHub button from About page
2020-11-20 15:16:06 +01:00
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