mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 20:55:14 +00:00
1.9 KiB
1.9 KiB
| title | author | description | created_at |
|---|---|---|---|
| Highway - A Modern Web Development Framework | Max Wofford | A framework for building modern web applications with a focus on developer experience and performance | 2024-03-20 |
Highway is a framework designed to make web development more accessible and enjoyable. Built with modern best practices in mind, it provides a streamlined development experience while maintaining flexibility and power.
Key Features
- Modern Architecture: Built on top of Rails 8, leveraging the latest web technologies
- Developer Experience: Hot reloading, intuitive APIs, and comprehensive documentation
- Performance First: Optimized for speed and efficiency out of the box
- Extensible: Easy to customize and extend with plugins and middleware
Getting Started
- Clone the repository:
git clone https://github.com/hackclub/highway.git
cd highway
- Install dependencies:
bundle install
- Start the development server:
bin/dev
Project Structure
highway/
├── app/
│ ├── controllers/
│ ├── models/
│ └── views/
├── config/
├── content/
│ └── projects/
└── public/
Development Progress
Week 1
- Set up basic project structure
- Implemented core routing system
- Added basic authentication
Week 2
- Built project documentation system
- Implemented markdown rendering
- Added project submission workflow
Next Steps
- Add more comprehensive testing
- Improve documentation
- Add more example projects
- Implement CI/CD pipeline
Contributing
We welcome contributions! Please see our Contributing Guide for more details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
