Overview
This is a Next.js project that requires setting up a Font Awesome 5 Pro npm token as an environment variable. Users can substitute Pro icons with free counterparts if they do not wish to pay for a Font Awesome license. The project can be run by starting the development server and editing the pages in the index.js file. More resources and information about Next.js can be found in their documentation and tutorial.
Features
- Next.js Project: Bootstrapped with create-next-app.
- Prerequisite: Requires setting FONTAWESOME_TOKEN as an environment variable or altering it in .npmrc.
- Development Server: Can be started to view the project on http://localhost:3000.
- Editing Feature: Ability to modify the page by editing the index.js file.
Installation
To install the theme, follow these steps:
- Set FONTAWESOME_TOKEN as an environment variable or update it in .npmrc.
- Run the development server using the command:
npm run dev
. - Open http://localhost:3000 in your browser to see the result.
- Start editing the page by modifying the pages/index.js file.
Summary
This Next.js project requires users to set up a Font Awesome 5 Pro npm token as an environment variable or substitute Pro icons with free alternatives. By running the development server and editing the index.js file, users can customize the project to their requirements. More information about Next.js and deployment options on ZEIT Now Platform are available for users interested in learning more about the project.