Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xanonymous-github/sherlock-js-bundle
JavaScript files bundle for the Sherlock project. The code highlighting feature also included.
https://github.com/xanonymous-github/sherlock-js-bundle
bun legacy-code shikijs
Last synced: 6 days ago
JSON representation
JavaScript files bundle for the Sherlock project. The code highlighting feature also included.
- Host: GitHub
- URL: https://github.com/xanonymous-github/sherlock-js-bundle
- Owner: Xanonymous-GitHub
- License: gpl-3.0
- Created: 2024-06-14T22:27:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:02:49.000Z (about 2 months ago)
- Last Synced: 2024-09-17T21:21:51.367Z (about 2 months ago)
- Topics: bun, legacy-code, shikijs
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sherlock JS code bundle
The javascript code from the [Sherlock project](https://github.com/Xanonymous-GitHub/sherlock-with-dsl/)
With the new-designed code block (based on React) for future purposes.
**Getting Started**
Please install Bunjs before starting.
- https://bun.sh/1. **Clone the Repository:**
```bash
git clone [email protected]:Xanonymous-GitHub/sherlock-js-bundle.git
```2. **Install Dependencies:**
```bash
bun i --frozen-lockfile
```3. **Build the Project:**
```bash
bun --bun run build
```**Built Assets:**
The built assets will be located in the `dist/assets` directory.
You may use these built assets in another place.