Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maveonair/onepage
OnePage is a simple web application that serves a single page, allowing users to edit content in Markdown format and view it rendered as HTML
https://github.com/maveonair/onepage
Last synced: about 2 months ago
JSON representation
OnePage is a simple web application that serves a single page, allowing users to edit content in Markdown format and view it rendered as HTML
- Host: GitHub
- URL: https://github.com/maveonair/onepage
- Owner: maveonair
- License: mit
- Created: 2023-12-21T07:53:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T21:14:17.000Z (about 1 year ago)
- Last Synced: 2024-06-19T18:02:28.672Z (7 months ago)
- Language: Go
- Homepage: https://github.com/maveonair/onepage
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OnePage
OnePage is a simple web application that serves a single page, allowing users to edit content in Markdown format and view it rendered as HTML. It's designed to be lightweight and easy to use, perfect for situations where you need a single, easily editable web page.
Usage
1. Clone the Repository:
```bash
git clone https://github.com/maveonair/onepage.git
cd onepage
```2. Build the Application:
```bash
make build
```3. Run the application:
```bash
./dist/onepage
```The application creates the file `page.md`, if it does not already exist, which contains the content of the website and is available at http://localhost:8080. The content can be edited there in Markdown format and is rendered as HTML.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.