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.
Before you begin, make sure you have the following installed on your system:
- Node.js: Download and install Node.js from nodejs.org.
- Git: Download and install Git from git-scm.com.
To get started, clone this repository to your local machine using the following command:
git clone https://github.com/FossMec/fossmec-website-2023.git
Change your current directory to the cloned project folder:
cd fossmec-website-2023
Install the project dependencies using npm (Node Package Manager) with the following command:
npm install
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
.
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. -
Link to Figma file
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!
Happy coding! If you have any questions or issues, feel free to reach out.