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<{