Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

toggle-corp/mapswipe-community-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapswipe Website

Next application for Mapswipe

Development

Before you start, create .env.local file:

touch .env.local

Set these environment variables:

MAPSWIPE_API_ENDPOINT=https://apps.mapswipe.org/api/
MAPSWIPE_COMMUNITY_API_ENDPOINT=https://api.mapswipe.org/graphql/

Running

# Generate typings for the first time
docker-compose run --rm next bash -c 'yarn generate'

# Run frontend
docker-compose up next

Run checks

docker-compose --profile test run --rm checks

Building

docker-compose exec next bash -c 'yarn export'

About

Fork for experimental purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.1%
  • CSS 22.9%
  • Other 1.0%