Skip to content

hikearound/hikearound-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

404 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hikearound Web

CI Next.js React License: ISC

A Next.js web app for discovering and sharing curated hiking trails.

Features

  • Server-rendered hike pages with SEO metadata
  • Algolia-powered search
  • Interactive Apple MapKit integration
  • Firebase backend integration
  • Internationalization (i18n)
  • Storybook component library
  • Sentry error tracking

Getting Started

# Install dependencies
npm install

# Set up environment
cp env.local.tmp .env.local
# Fill in your API keys

# Start dev server
npm run dev

Open http://localhost:3000 to view the app.

Development

npm run dev             # Start dev server
npm run build           # Production build
npm run storybook       # Component explorer (port 6006)

Project Structure

hikearound-web/
├── components/    # Reusable React components
├── config/        # Configuration files
├── constants/     # Application constants
├── layouts/       # Page layouts
├── lib/           # Library code and integrations
├── pages/         # Next.js pages and API routes
├── public/        # Static assets
├── scss/          # SCSS stylesheets
├── stories/       # Storybook stories
├── styles/        # Global styles
└── utils/         # Utility functions

Related

About

A react app for web that offers curated and personalized hikes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors