KryptoMneme is a tool for tracking cryptocurrency prices. It allows users to monitor and stay updated with the latest prices of various cryptocurrencies.
KryptoMneme is open-source and available under the MIT License. Contributions are welcomed and encouraged.
To start the development server, you need to have npm
installed. Run the following commands:
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
Deploy to gh-pages:
npm run deploy
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request.
If you encounter any issues or have questions, please feel free to open an issue on the GitHub repository.
The manifest.json
file is automatically generated by esbuild. If you need to make changes to it, you can do so by opening the esbuild.config.js
file and modifying the manifest
object within that configuration file.
This was implemented to dynamically add assets to the manifest file, enabling features such as service worker precaching and Progressive Web App (PWA) functionality.