Skip to content

craftyme/bordful-marketing

Repository files navigation

Bordful Marketing Website

The marketing website for Bordful - a modern, customizable job board template built with Next.js.

Tech Stack

Features

  • Modern, responsive design
  • Dark mode support
  • Accessible components
  • SEO optimized
  • Mobile-first approach
  • Performance optimized

Getting Started

  1. Clone the repository:
git clone https://github.com/tomaslau/bordful-marketing.git
cd bordful-marketing
  1. Install dependencies:
npm install
  1. Start the development server:
npm dev
  1. Open http://localhost:3000 with your browser to see the result.

Project Structure

├── app/                # Next.js app directory
├── components/         # React components
│   ├── ui/            # Reusable UI components
│   └── ...            # Feature components
├── lib/               # Utilities and constants
├── public/            # Static assets
└── styles/            # Global styles

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - feel free to use this code for your own projects.