This is the repository of the website flightphp.com built with Next.js.
- Run
npm install
- Run
npm run dev
If you would like to provide language translations, just fork the master
branch
and submit a pull request.
All the content is defined in markdown files under content\{language}
.
- Create a new folder at the root level with the proper ISO 639-1
code as the name. There should be an existing
en
folder for English. - Copy the files over from the existing
en
folder. - Translate all the
.md
files.