Tired of struggling to share and collaborate on Markdown files? Finding it cumbersome to manage multiple versions of the same document while working with others? Look no further! Introducing .mdShare, the ultimate self-hosted solution for hassle-free Markdown file sharing and collaboration.
The .mdShare Solution: Simplify Markdown File Sharing. Effortless Sharing: Upload your Markdown files with a few clicks, preserving all the formatting, making it convenient for you.
-
make sure
mongodb
is running -
set up variables in
.env
file, check table Settings -
Install dependens:
yarn install
-
Build your application:
yarn build
-
Start the Node.js server:
yarn start
-
And you can check the site on
localhost:3000
You can choose to use the hosted version (also don't forget to set up environment variables)
variable | description |
---|---|
APP_URL |
URL of your application such as your domain https://example.com or http://localhost:3000 (needed for SEO and generate links) |
MONGO_HOST |
host is the server where your mongodb server is running |
MONGO_PORT |
port that mongodb server is listening on |
MONGO_USER |
user is an account that is used to authenticate and access the database |
MONGO_PASSWD |
password is used to authenticate the user who is accessing the database |
MONGO_DATABASE |
name of the mongodb database that your application will connect to |
MONGO_URI |
you can specify the connection string for a mongodb database instead of the previous variables (has higher priority, empty by default) |
TypeScript
β syntactic superset of JavaScript which adds static typing.React
β library for building user interfaces based on components.Next.js
β framework that allows you to create React applications that you can render on the server.Testing Library
β very light-weight solution for testing without all the implementation details.MongoDB
β NoSQL database that stores data in JSON-like documents.PostCSS
β tool for transforming CSS with JavaScript-based plugins.markdown-it
β markdown parser to generate HTML.
See CONTRIBUTING.md
Distributed under the AGPL-3.0 license. See LICENSE
for more information.