You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Prevent dropping of external files onto editor |
6 months ago | |
---|---|---|
.. | ||
.babelrc.js | 3 years ago | |
.prettierrc | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
markdownParser.js | 2 years ago | |
markdownSerializer.js | 2 years ago | |
menu.js | 2 years ago | |
package-lock.json | 7 months ago | |
package.json | 2 years ago | |
prose.html | 2 years ago | |
prose.js | 1 year ago | |
schema.js | 2 years ago | |
webpack.config.js | 3 years ago |
README.md
Building
- Run
npm install
to download dependencies. - Run
npm run-script build
to build a production script in../static/js/
or runnpm run develop
to build and watch for changes. You can useprose.html
to test your development changes. - Manually copy the file
prose.bundle.js
tostatic/js/
. To be automated