/esm-wiki

Primary LanguageJavaScript

The goal of this project was to create a simple wiki interface with Google Drive and Docs. It is a "no build" application using Preact.

  • Vite is used for the dev server and can be used to bundle, but is not necessary.
  • Preact is used for the UI library.
  • es6-string-html plugin is used for syntax highlighting
  • This code can be uploaded to a server and it will work without a build step or transpilation.

Demo

Download and run:

git clone git@github.com:gkiely/esm-wiki.git
npm start