ShanghaitechGeekPie / Fresh

Licence: mit
上海科技大学新生生存手册 React.js Markdown文档自动生成器

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fresh

Obsidian-Markdown-Parser
This repository will give you tools to parse and fetch useful informations of your notes in your Obsidian vault.
Stars: ✭ 32 (-40.74%)
Mutual labels:  markdown-parser
Md4c
C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
Stars: ✭ 322 (+496.3%)
Mutual labels:  markdown-parser
Rdiscount
Discount (For Ruby) Implementation of John Gruber's Markdown
Stars: ✭ 756 (+1300%)
Mutual labels:  markdown-parser
markdown
📔 A package for converting and rendering markdown documents in TeX
Stars: ✭ 219 (+305.56%)
Mutual labels:  markdown-parser
gpkeditor
markdown editor with peg.js
Stars: ✭ 15 (-72.22%)
Mutual labels:  markdown-parser
Franklin.jl
(yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia.
Stars: ✭ 413 (+664.81%)
Mutual labels:  markdown-parser
markright
A customizable markdown parser in Elixir: pure pattern matching.
Stars: ✭ 14 (-74.07%)
Mutual labels:  markdown-parser
Markdown
A super fast, highly extensible markdown parser for PHP
Stars: ✭ 945 (+1650%)
Mutual labels:  markdown-parser
Cms.js
Client-Side JavaScript Site Generator
Stars: ✭ 3,016 (+5485.19%)
Mutual labels:  markdown-parser
Remarkable
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
Stars: ✭ 5,252 (+9625.93%)
Mutual labels:  markdown-parser
markdown articles tool
Parse markdown article, download images and replace images URL's with local paths
Stars: ✭ 37 (-31.48%)
Mutual labels:  markdown-parser
parse-md
Parse Markdown file's metadata from its content
Stars: ✭ 15 (-72.22%)
Mutual labels:  markdown-parser
Markdown Clj
Markdown parser in Clojure
Stars: ✭ 467 (+764.81%)
Mutual labels:  markdown-parser
reason-markdown
VFMD (Vanilla-Flavoured Markdown) parser for Reason
Stars: ✭ 14 (-74.07%)
Mutual labels:  markdown-parser
Markitdown
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
Stars: ✭ 26 (-51.85%)
Mutual labels:  markdown-parser
mrk
🗒️ Tiny extendable markdown parser / tokenizer
Stars: ✭ 13 (-75.93%)
Mutual labels:  markdown-parser
Marcdown
👻 Lightweight realtime markdown viewer and editor - Simple, clean and beautiful https://liyasthomas.github.io/marcdown
Stars: ✭ 345 (+538.89%)
Mutual labels:  markdown-parser
Markdown Latex
A markdown parser for converting markdown to LaTeX written in PHP.
Stars: ✭ 40 (-25.93%)
Mutual labels:  markdown-parser
Qml Snippet
some qml snippet.
Stars: ✭ 9 (-83.33%)
Mutual labels:  markdown-parser
Mditor
📝 [ M ] arkdown + E [ ditor ] = Mditor
Stars: ✭ 523 (+868.52%)
Mutual labels:  markdown-parser

fresh

上海科技大学新生生存手册

Deploy

this project is using docker.

please read Dockerfile before you try to deploy it.

the most important script is

cd fresh 
	&& npm install
	&& npm run build 
	&& mv dist/assets/index.html dist/ 
	&& rm -rf node_modules

Node

Environment

node >= 4

is needed and we suggest

node >= 6

Code Style

https://github.com/airbnb/javascript

Develop

make sure you have run npm install before developing.

npm start

访问 http://127.0.0.1:8001

please remove line 52 ~ 57 in webpack.config.js and change path to relative path in src/entries/index.html before you start server.

Build

npm run build

Markdown

using markdown-it and parseMd

file is located at src/markdown

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].