Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 688 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 688 Bytes

poapper-homepage

PoApper club homepage.

Instructions

Prerequisites

A GitHub personal access token is required for building. It must be specified in .env with the key GITHUB_TOKEN. An example is at .env.example.

Development

npm run develop

Building

npm run build

Technology Stack

Frontend

  • React with Gatsby
  • CSS-in-JS via styled-components

Tooling

  • Formatted and linted automatically via lint-staged
  • Formatted with prettier
  • Linted with eslint and stylelint