项目作者: gofiber

项目描述 :
🌈 The website of the 🚀 Fiber framework
高级语言: TypeScript
项目地址: git://github.com/gofiber/website.git
创建时间: 2020-04-20T16:35:33Z
项目社区:https://github.com/gofiber/website

开源协议:MIT License

下载


Fiber Website

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

Project Description

This project is a Next.js app. In order to work on it locally,
you need to have Node.js installed on your computer.

Getting Started

1. Clone the repository:

  1. git clone git@github.com:gofiber/website.git fiber-website
  2. cd fiber-website

2. Install the dependencies:

  1. npm i -g yarn
  2. yarn

3. Start the app in dev mode:

  1. yarn dev

Deployment

Use the build command to create a deployable bundle:

  1. 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. Licensed under
MIT.