Skip to content

NoroffFEU/musikkforandrerliv.no

Repository files navigation

musikkforandrerliv.no

img_3078

Description:

Noroff Frontend Developer students are building a web application for the non profit organization Musikk Forandrer Liv (MMF).

This project aim to build a web application:

  • with multipple language support (English, Norwegian and Malagasy)
  • that allows people to support MMF via donations
  • that allows the client, MMF, to update and post content on their page via CMS
  • that allows people visiting the page to sign up for newsletter

Built with:

  • Tailwind
  • Decap CMS

Getting started:

Installation:

  1. Clone the repo: https://github.com/NoroffFEU/musikkforandrerliv.no
  2. Run npm install

Acknowledgments:

2022-2023 Noroff fulltime Frontend development students 2023-2024 Noroff fulltime Frontend development students

Tailwind:

Tailwind is already configured for this project.

Tailwind guide

  • Use Tailwind CSS utility classes in your HTML to style your components

  • If you are writing code and want it to update in the live server, remember to run the following code in terminal: npm run dev

  • If you are not gonna code, but just want to see how the project looks, run this code in the terminal: npm run build

  • plugins you can use to help with tailwind: Tailwind CSS IntelliSense & Tailwind Docs

  • If the Tailwind code is not working, and you have tried the above, you can also look in the Problems tab and see if there are any issues there.