Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.17 KB

File metadata and controls

43 lines (30 loc) · 1.17 KB

Frontend Mentor - Loopstudios landing page

This is a solution to the Loopstudios landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

This was built using HTML and Tailwind CSS. Vite is used for the development environment.

Getting Started

# Clone the project.
git clone https://github.com/sissokho/frontendmentor-loopstudios-landing-page.git

# Navigate to the folder
cd frontendmentor-loopstudios-landing-page

# Install the dependencies.
npm install

# Run the development server.
npm run dev

Code formatting

To format the code with prettier, you can run the following command:

npm run format

However, this process is automated and done before each commit using Git hooks thanks to husky and lint-staged.