This is an example app written with Svelte which uses TailwindCSS for styling and Vite bundling.
Refer to doc-search for more information.
To start without docker run the following commands
git clone https://github.com/yelsaw/doc-search.git
cd doc-search
npm install
npm run dev
Alternatively use PNPM (i.e., pnpm install, etc) for much faster builds.
To build the image and start a docker container run the following commands
git clone https://github.com/yelsaw/doc-search.git
cd doc-search
docker build . -t doc-search
docker run --rm --name=doc-search -p 5000:80 doc-search
Proceed to http://localhost:5000/doc-search, or whatever port was chosen when starting your container.
https://yelsaw.github.io/doc-search/
This project is for experimental and educational purposes only!
Sample data is hard-coded in ./app/App.svelte
, there's zero security or sanity checking.
The code/comments herein aren't perfect, this project was written on a whim in a few hours to show a PoC to someone.
Perhaps this app will become more useful over time, but for now it's only an experimental
project.
Yelsaw (doc-search@yelsaw.com)
doc-search is licensed under the copyfree ISC License.