The official website for Next.js.
To submit a feature, bug fix, or enhancement to the website proceed as follows:
- Clone this repository
- Run
yarnto install the dependencies - Once the dependencies are installed, run
now devoryarn devto start the dev server onlocalhost:3000
Note: now dev will require you to add the file .env with the secrets required by now.json, it should look like the following:
ACCESS_TOKEN_SECRET = abc
GITHUB_CLIENT_ID = abc
GITHUB_CLIENT_SECRET = abc
AIRTABLE_API_KEY = abc
You don't need to add real values unless you want to locally test the API routes
We really appreciate any contribution.
- Capture a screenshot of the website with the recommended 3836x2200 resolution and
.jpgformat - Copy
website.jpgintostatic/images/showcases/ - Copy a 800x459 downscaled duplicate image into
static/images/showcase-thumbnails/ - Optimize both images
- Update
showcase-manifest.js