The official website of the Fiber Web Framework โ https://gofiber.io
This project is a Next.js app. In order to work on it locally, you need to have Node.js installed on your computer.
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
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.
Landing page by Jรณzsef Sallai. Licensed under MIT.