Skip to content

yelsaw/doc-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doc Search

What is Doc Search?

This is an example app written with Svelte which uses TailwindCSS for styling and Vite bundling.

Refer to doc-search for more information.

Run without Docker

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.

Run with Docker

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.

Live Demo

https://yelsaw.github.io/doc-search/

Caveat Usor

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.

Future

Perhaps this app will become more useful over time, but for now it's only an experimental project.

Screenshot

image

AUTHOR

Yelsaw ([email protected])

LICENSE

doc-search is licensed under the copyfree ISC License.

About

An example Svelte/TailwindCSS/ViteJS app for searching string positions in arbitray text

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published