Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noahlange/markwright-app
đŸ–‹dead-simple desktop publishing with markdown and sass.
https://github.com/noahlange/markwright-app
desktop-publishing markdown sass
Last synced: 1 day ago
JSON representation
đŸ–‹dead-simple desktop publishing with markdown and sass.
- Host: GitHub
- URL: https://github.com/noahlange/markwright-app
- Owner: noahlange
- Created: 2019-02-17T14:35:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:30:10.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T05:11:34.857Z (3 months ago)
- Topics: desktop-publishing, markdown, sass
- Language: TypeScript
- Homepage: https://getmarkwright.com
- Size: 2.48 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markwright
> dead-simple desktop publishing with markdown and sass
Write your content with Markdown, style with SASS, export to PDF and move on with your life.
## Installation
### Building from source (OSX)
Currently, the fastest way to get Markwright up and running on your machine is by cloning the source repository. I'm assuming you have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed—otherwise, you'll need to install them in order to continue.
Depending on your machine's ssh situation, you may need to clone via https instead.
```bash
git clone [email protected]:noahlange/markwright-app.git
git clone https://github.com/noahlange/markwright-app.git
```Great. Now we have the application source cloned into the `markwright-app` directory. cd in and install the application's dependencies. After the installation process is done (it may take several minutes), you can compile the app into a standalone application.
```bash
# install dependencies
npm i
# generate executable
npm run dist
```This command will package the application and deposit either the `.app` or `.exe` installer the `dist` directory. Open the folder and drag the application bundle to your `/Applications` directory or wherever you'd like to run it. Double-click on the icon and you've got yourself a Markwright.