Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.