Skip to content

A guide to find places to run and tell your histories (study project)

Notifications You must be signed in to change notification settings

jessilyneh/where2run

Repository files navigation

Where to run (where2run)

A guide to find places to run and tell your histories.

Races are not just speed or distance statistics, each one tells a story.
Where did you go running? what happened on the way?
Where2Run is to record these moments, providing a visual diary of your runs and encouraging you to live new experiences,
filling your map with photos and stories, or simply making a guide to the places you would like to run.

Project status (V1):

Done

Published Project

https://where2run.vercel.app/

Run project locally:

npm run dev

server

http://localhost:3000

pages


Build project:

npm rum build

Start build project:

npm start

Run tests:

npm test

watch mode

npm run test:watch

Run eslint

eslint src

Fix files

eslint src --fix

SETUP TECHNOLOGIES

Create a next-app using the boilerplate:

npx create-next-app -e https://github.com/jessilyneh/boilerplate

Install Leaflet and React Leaflet

npm install leadlet react-leaflet

Install type definitions from Leaflet

npm instal --include=dev @types/leaflet

Install Graphql CodeGen

npm install --save-dev @graphql-codegen/cli

Init CodeGen

npx graphql-codegen init

install plugins

npm run codegen

SETUP TESTS

🐐 CheatSheet Test Library

About

A guide to find places to run and tell your histories (study project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages