code/README.md

29 lines
1.6 KiB
Markdown
Raw Normal View History

2021-06-21 07:06:03 +00:00
# Code
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/9d8edaee380a43bcb89a28222c34a4b0)](https://www.codacy.com/gh/aldy505/code/dashboard?utm_source=github.com&utm_medium=referral&utm_content=aldy505/code&utm_campaign=Badge_Grade) [![CodeFactor](https://www.codefactor.io/repository/github/aldy505/code/badge)](https://www.codefactor.io/repository/github/aldy505/code) [![Build](https://github.com/aldy505/code/actions/workflows/ci.yml/badge.svg)](https://github.com/aldy505/code/actions/workflows/ci.yml) [![GitHub license](https://img.shields.io/github/license/aldy505/code)](https://github.com/aldy505/code)
2021-07-13 12:35:28 +00:00
Codebase for [code.reinaldyrafli.com](https://code.reinaldyrafli.com). Written on [Solid](https://www.solidjs.com) and deployed on Cloudflare Pages.
2021-06-21 07:07:52 +00:00
## Contributing
See [CONTRIBUTING](https://github.com/aldy505/code/blob/master/CONTRIBUTING.md)
2021-06-21 07:06:03 +00:00
## License
2021-07-23 18:33:16 +00:00
```
2021-06-21 07:06:03 +00:00
Code is a codebase for code.reinaldyrafli.com
Copyright (C) 2021-present Reinaldy Rafli
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
2021-07-23 18:33:16 +00:00
along with this program. If not, see <https://www.gnu.org/licenses/>.
```