Skip to content

(WIP) ⚛ Web app / library to quickly find GitHub emojis through advanced menu filter and search bar, built using Qwik.

License

Notifications You must be signed in to change notification settings

traVaulta/QwikGitHubEmojiFinder

Repository files navigation

Qwik GitHub Emoji Finder

Helps you find the right emoji for GitHub qwik-ly.

Project built using Qwik - The JavaScript Framework With O(1) Load Time.

Usage

Development

Development mode uses Vite's development server. During development, the dev command will server-side render (SSR) the output.

npm start # or `yarn start`

Note: during dev mode, Vite may request a significant number of .js files. This does not represent a Qwik production build.

Preview

The preview command will create a production build of the client modules, a production build of src/entry.preview.tsx, and run a local server. The preview server is only for convenience to locally preview a production build, and it should not be used as a production server.

npm run preview # or `yarn preview`

Production

The production build will generate client and server modules by running both client and server build commands. Additionally, the build command will use Typescript to run a type check on the source code.

npm run build # or `yarn build`

Author

About

(WIP) ⚛ Web app / library to quickly find GitHub emojis through advanced menu filter and search bar, built using Qwik.

Topics

Resources

License

Stars

Watchers

Forks