Skip to content

Latest commit

 

History

420 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hikearound-web

CI License

A Next.js web app for discovering and sharing curated hiking trails. Server-rendered hike pages with SEO metadata, Algolia search, and Apple MapKit integration; backed by Firebase and instrumented with Sentry.

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages