NATEAMSnippets LaravelHướng Dẫn Sử Dụng:
Tương Lai
Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email. As John Gruber writes on the Markdown site
This text you see here is *actually- written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right. TechDillinger uses a number of open source projects to work properly:
And of course Dillinger itself is open source with a public repository on GitHub. InstallationDillinger requires Node.js v10+ to run. Install the dependencies and devDependencies and start the server.
For production environments...
PluginsDillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
DevelopmentWant to contribute? Great! Dillinger uses Gulp + Webpack for fast developing. Make a change in your file and instantaneously see your updates! Open your favorite Terminal and run these commands. First Tab:
Second Tab:
(optional) Third:
Building for sourceFor production release:
Generating pre-built zip archives for distribution:
DockerDillinger is very easy to install and deploy in a Docker container. By default, the Docker will expose port 8080, so change this within the Dockerfile if necessary. When ready, simply use the Dockerfile to build the image.
This will create the dillinger image and pull in the necessary dependencies.
Be sure to swap out Once done, run the Docker image and map the port to whatever you wish on your host. In this example, we simply map port 8000 of the host to port 8080 of the Docker (or whatever port was exposed in the Dockerfile):
Verify the deployment by navigating to your server address in your preferred browser.
LicenseMIT Free Software, Hell Yeah! |