Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.15 KB

README.md

File metadata and controls

63 lines (48 loc) · 1.15 KB

PROJECT_NAME

Get Started

  1. To create a project based on this template click on the Use this template button
  2. Find and Replace PROJECT_NAME placeholder with the real project name
  3. Delete libraries which do not satisfy project needs
  4. Delete this section from README
  5. To cover your tracks and incorporate the changes to the project's Initial commit, run these commands:
git commit -a --amend
git push -f origin master

Documentation

For details on how to use Next.js, check out the documentation.

Prerequisites

  • node
  • yarn

Usage

Firstly, install all necessary dependencies:

yarn install

To start a development server:

yarn start

To build the app for production:

yarn build

To run tests:

yarn test

Deployment

TODO: add info after setup

What's Inside