Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fossmec/fossmec-website-2023
https://github.com/fossmec/fossmec-website-2023
hacktoberfest hacktoberfest-accepted opensource website
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fossmec/fossmec-website-2023
- Owner: FossMec
- Created: 2023-09-29T12:51:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T14:27:41.000Z (about 1 year ago)
- Last Synced: 2024-04-24T11:08:58.271Z (9 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted, opensource, website
- Language: JavaScript
- Homepage: https://fossmec-website-2023.vercel.app
- Size: 839 KB
- Stars: 4
- Watchers: 1
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 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:
- Node.js: Download and install Node.js from [nodejs.org](https://nodejs.org/).
- Git: Download and install Git from [git-scm.com](https://git-scm.com/).## Clone the Repository
To get started, clone this repository to your local machine using the following command:
```sh
git clone https://github.com/FossMec/fossmec-website-2023.git
```## Navigate to the Project Directory
Change your current directory to the cloned project folder:
```sh
cd fossmec-website-2023
```## Install Dependencies
Install the project dependencies using npm (Node Package Manager) with the following command:
```sh
npm install
```## Start the Development Server
Once the installation is complete, you can start the development server by running:
```sh
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](https://www.figma.com/file/uhKzzRU2pPsW4nUvT8ssxY/FOSS-Website?node-id=0%3A1&mode=dev)## 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!
Happy coding! If you have any questions or issues, feel free to reach out.