From 71cecede94179eabc3532c42d637e68838251fe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:26:15 +0800 Subject: [PATCH] Merge develop into main (#104) * feat: sitemap generation (#70) * feature: sorting and news tag filter (#79) * 71 automated nightly builds using gha (#81) * feat: added workflow for syncing main to develop * feat: created nightly build workflow * feat: added trailing space * fix: added on trigger * fix: check out repository first * fix: fixed inputs to create PR * Substitute pic * Fix nightly builds (#89) * fix: updated workflow to use gh command line * fix: used native github cli to create PR instead * Merge develop into main (#91) (#92) * feat: sitemap generation (#70) * feature: sorting and news tag filter (#79) * 71 automated nightly builds using gha (#81) * feat: added workflow for syncing main to develop * feat: created nightly build workflow * feat: added trailing space * fix: added on trigger * fix: check out repository first * fix: fixed inputs to create PR * Substitute pic * Fix nightly builds (#89) * fix: updated workflow to use gh command line * fix: used native github cli to create PR instead --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Craptain Co-authored-by: Victor Chanil Park Co-authored-by: Chris Rabe * Fix hero not occupying a fixed amount of space when loading the site (#97) * Separate slideshow component for preloading * Fix initial hero sizing And add mobile blur for images * New stats for our socials. * Add build instructions * Better links * Layout * Shorter * fix: clickable social link --------- Co-authored-by: Craptain Co-authored-by: Victor Chanil Park Co-authored-by: Chris Rabe Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: V <61495413+kelo221@users.noreply.github.com> --- README.md | 10 ++ components/MainPage/HeroSlideshow.vue | 45 ++++-- .../MainPage/MainPageGetInvolvedItem.vue | 12 +- components/MainPage/MainPageHero.vue | 145 ++++++++++-------- 4 files changed, 132 insertions(+), 80 deletions(-) diff --git a/README.md b/README.md index c1ab1b8..b4fa6fc 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ Welcome to the Redot Game Engine Website project! This repository is the front-e - 🌍 **Community Hub**: Engage with other Redot users through discord, FAQs, and community events. - 💻 **Responsive Design**: A fully responsive site that looks great on any device. +## Running locally + +### Prerequisites +Make sure [nodejs](https://nodejs.org/en/download/) is installed. + +### To build and run +``` +npm install +npm run dev +``` ## 🛠️ Technologies Used diff --git a/components/MainPage/HeroSlideshow.vue b/components/MainPage/HeroSlideshow.vue index 10b8e27..2d96e0c 100644 --- a/components/MainPage/HeroSlideshow.vue +++ b/components/MainPage/HeroSlideshow.vue @@ -1,11 +1,11 @@  \ No newline at end of file diff --git a/components/MainPage/MainPageGetInvolvedItem.vue b/components/MainPage/MainPageGetInvolvedItem.vue index bf0e20b..a8721d0 100644 --- a/components/MainPage/MainPageGetInvolvedItem.vue +++ b/components/MainPage/MainPageGetInvolvedItem.vue @@ -13,9 +13,15 @@ const { buttonText = "Join" } = defineProps<{