Skip to content

gofiber/website

Repository files navigation

Fiber Website

The official website of the Fiber Web Framework —https://gofiber.io

Project Description

This project is aNext.jsapp. 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 git@github: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 ofoutto a web hosting service. The official website deploys to Github Pages.

License

Landing page byJózsef Sallai.Licensed under MIT.