https://github.com/darkterminal/fck
The fck PHP Framework for Freestylers
https://github.com/darkterminal/fck
php php-mvc php8
Last synced: 9 months ago
JSON representation
The fck PHP Framework for Freestylers
- Host: GitHub
- URL: https://github.com/darkterminal/fck
- Owner: darkterminal
- License: mit
- Created: 2023-12-18T21:32:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T14:16:47.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T08:22:44.678Z (10 months ago)
- Topics: php, php-mvc, php8
- Language: CSS
- Homepage:
- Size: 209 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# fck.
Welcome to my PHP fck. framework!
## Project Overview
This fck framework is designed to showcase my dancing knowledge, experiment with different features, and serve as a playground for trying out new (old) ideas. Please note that this project is not intended for production use (yet), and some features may be incomplete or under development.
## Features
You can see by yourself.
## Getting Started
To get started with this project, follow these steps:
1. **Clone the Repository:**
```bash
composer create-project darkterminal/fck your-fck-project
```
2. **Navigate to the Project Directory:**
```bash
cd your-fck-project
```
3. **Run a Local Development Server:**
```bash
npm start
```
This command will run your PHP built-in server and TailwindCSS Watch.
4. **Open Your Browser:**
Visit `http://localhost:2500` (or the specified port) to see the project in action.
## Contributing
Contributions are welcome (if you have time)! If you find any [issues](https://github.com/darkterminal/fck/issues) or have suggestions for improvements, feel free to open an issue or submit a pull request.
Read more (if you want): [CONTRIBUTING.md](CONTRIBUTING.md)
## License
This project is licensed under the [MIT License](LICENSE).
Happy freesytlying!