Front-end for Another Writing Application.
In order to use this locally, you have to start both frontend and backend, which is a very fast process if you already have nodejs and npm installed.
The backend is at here.
- Local storage for your writings and sources.
- Autosave your writing.
- Search for relevant terms within added sources.
- Search-focused mode and Whole-text mode for reading sources.
- Switch between left and right sidebar.
- Markdown preview.
- Feedback.
- Backend: NodeJS, Express, Mercury Parser.
- Frontend: Hyperapp, Bootstrap, Compromise, PouchDB
You need npm
and Node. Clone this repo and hit npm install
and then npm start
, this will start the application on your localhost.
Clone the Backend Repository, hit npm install
and npm start
. This will start the backend on your localhost.
Now you can start using the application.