Skip to content

NextJS front-end for interfacing with (rock) climbing information.

Notifications You must be signed in to change notification settings

lgrosz/climb-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

372 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Build and Run

pnpm run graphql-codegen
pnpm run build
pnpm run start

Development

First, generate the GraphQL code:

pnpm run graphql-codegen
# or
pnpm run graphql-codegen --watch

Next, run the development server:

pnpm dev

Run tests with

jest
# or
pnpm run test

Open http://localhost:3000 with your browser to see the result.

About

NextJS front-end for interfacing with (rock) climbing information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages