distributeaid / next-website-v2

This repository contains the scaffolding for DA's new website, powered by Nextjs, TypeScript & Strapi [Minus Puck]
1 stars 6 forks source link

Update Gitpod Config #199

Closed jtfairbank closed 2 weeks ago

jtfairbank commented 2 weeks ago

The current config attempts to use npm instead of yarn to install dependencies and build the server. It's also helpful to configure the port options- NextJS runs on port 3000 by default.

Relevant Files: /.gitpod.yml

See the .gitpod.yml config on our backend project for an example: https://github.com/distributeaid/aggregated-public-information/blob/saga/.gitpod.yml