Skip to content

exronnin/h3ravel

 
 

Repository files navigation

H3ravel Logo

About H3ravel

H3ravel is a modern TypeScript runtime-agnostic web framework built on top of H3, designed to bring the elegance and developer experience of Laravel to the JavaScript ecosystem.

Installation

To get started, run the create-h3ravel script, which will seamlessly initialize a new project structure with all the necessary files and configurations tailored for H3ravel development.

# Using npm
npm init h3ravel

# Using yarn
yarn create h3ravel

# Using pnpm
pnpm create h3ravel

Start the app in development mode (hot-code reloading, error reporting, etc.)

npx musket fire

Lint the files

yarn lint
# or
npm run lint
# or
pnpm lint

Build the app for production

npx musket build

Documentation

More information can be found in the documentations.

Contributing

Thank you for considering contributing to the H3ravel framework! The Contribution Guide can be found in the H3ravel documentation and will provide you with all the information you need to get started.

Code of Conduct

In order to ensure that the H3ravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within H3ravel, please send an e-mail to Legacy via hamzas.legacy@toneflix.ng. All security vulnerabilities will be promptly addressed.

License

The H3ravel framework is open-sourced software licensed under the MIT license.

About

Modern TypeScript runtime-agnostic web framework built on top of H3, H3ravel is the framework that masks your fears!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 63.6%
  • Edge 33.0%
  • JavaScript 3.4%