This repository contains the source code for the official landing page of Fuenzer Apps. This website serves as a portfolio and showcase for Android apps published on the Google Play Store.
This project was built using:
| :--- | :--- |
| Framework | |
| Language |
|
| Styling |
|
| Deployment |
|
Follow these steps to run the project on a local computer:
-
Clone repositori:
git clone [https://github.com/Yogs4R/fuenzer-apps-web.git](https://github.com/Yogs4R/fuenzer-apps-web.git) cd fuenzer-apps-web -
Install dependencies:
npm install # or yarn install # or pnpm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser.