Skip to content

FossMec/fossmec-website-2023

Repository files navigation

FOSSMec Website 2023

Welcome to the FOSSMec Website 2023, built using Vite and React! This repository contains the source code for the FOSSMec website. Follow the instructions below to set up the project locally on your machine.

Prerequisites

Before you begin, make sure you have the following installed on your system:

Clone the Repository

To get started, clone this repository to your local machine using the following command:

git clone https://github.com/FossMec/fossmec-website-2023.git

Navigate to the Project Directory

Change your current directory to the cloned project folder:

cd fossmec-website-2023

Install Dependencies

Install the project dependencies using npm (Node Package Manager) with the following command:

npm install

Start the Development Server

Once the installation is complete, you can start the development server by running:

npm run dev

This will start the development server and you can view the app in your browser at http://localhost:3000.

Additional Scripts

In addition to npm run dev for starting the development server, you can use the following npm scripts:

  • npm run build: Build the app for production.

  • npm run serve: Preview the production build locally.

    Design File

  • Link to Figma file

Contributing

If you would like to contribute to the FOSSMec Website 2023, please create a pull request with your changes. We welcome contributions from the community!


Our Contributors ✨

Happy coding! If you have any questions or issues, feel free to reach out.