Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Netroxen/evie.cms
A blazingly fast Asynchronous CMS.
https://github.com/Netroxen/evie.cms
Last synced: 12 days ago
JSON representation
A blazingly fast Asynchronous CMS.
- Host: GitHub
- URL: https://github.com/Netroxen/evie.cms
- Owner: Netroxen
- License: mit
- Created: 2019-06-01T17:02:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T09:23:26.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T05:23:00.197Z (3 months ago)
- Language: Python
- Size: 618 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.rst
Awesome Lists containing this project
- awesome-blazingly-fast - evie.cms - A blazingly fast Asynchronous CMS. (Python)
README
Evie CMS
A blazingly fast Asynchronous CMS delivering content one blob at a time.
[![Bootstrap 4](https://img.shields.io/badge/bootstrap-4.3.1-blueviolet.svg?style=flat-square)](https://getbootstrap.com)
[![GitHub issues](https://img.shields.io/github/issues/Netroxen/evie.cms.svg?style=flat-square)](https://github.com/Netroxen/evie.cms/issues)
[![MIT](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)](http://opensource.org/licenses/MIT)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/Netroxen/evie.cms/pulls)- Preview - [TBD]()
- Documentation - [TBD]()
- Changelog - [CHANGELOG.md](https://github.com/Netroxen/evie.cms/blob/master/CHANGELOG.md)## Features
- TBD
## Usage
1. Clone project code.
```bash
git clone https://github.com/Netroxen/evie.cms.git my-project
cd my-project
```2. Install dependencies.
```bash
make install
```3. Start local server.
```bash
make run
```4. After the startup is complete, open a browser and visit [http://localhost:5000](http://localhost:5000).
## Contributing
- Submit [GitHub issues](http://github.com/zuiidea/antd-admin/issues) to report bugs or ask questions.
- Make a [Pull Request](http://github.com/zuiidea/antd-admin/pulls) to improve our code.## Mentions
This project implements some awesome Open Source resources.
- [JAM Icons](https://github.com/michaelampr/jam)
- [Argon Dashboard](https://github.com/creativetimofficial/argon-dashboard)