Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gofiber/website
๐ The website of the ๐ Fiber framework
https://github.com/gofiber/website
fiber hacktoberfest website
Last synced: about 2 months ago
JSON representation
๐ The website of the ๐ Fiber framework
- Host: GitHub
- URL: https://github.com/gofiber/website
- Owner: gofiber
- License: mit
- Created: 2020-04-20T16:35:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T04:24:56.000Z (2 months ago)
- Last Synced: 2024-10-17T18:36:51.000Z (2 months ago)
- Topics: fiber, hacktoberfest, website
- Language: TypeScript
- Homepage: https://gofiber.io/
- Size: 1.62 MB
- Stars: 14
- Watchers: 7
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fiber Website
The official website of the Fiber Web Framework โ https://gofiber.io
## Project Description
This project is a [Next.js](https://nextjs.org) app. In order to work on it locally,
you need to have Node.js installed on your computer.## Getting Started
**1. Clone the repository:**
```
git clone [email protected]:gofiber/website.git fiber-website
cd fiber-website
```**2. Install the dependencies:**
```
npm i -g yarn
yarn
```**3. Start the app in dev mode:**
```
yarn dev
```## Deployment
Use the build command to create a deployable bundle:
```
yarn build
```You can then deploy the files inside of `out` to a web hosting service. The
official website deploys to Github Pages.## License
Landing page by [Jรณzsef Sallai](https://github.com/jozsefsallai). Licensed under
MIT.