embedded-host-node
A Node.js library that will communicate with Embedded Dart Sass using the Embedded Sass protocol
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- dependabot.yml
- sass.ts
- async.ts
- sync.ts
- utils.ts
- base.ts
- color.ts
- index.ts
- list.ts
- map.ts
- number.ts
- string.ts
- wrap.ts
- importer.ts
- index.ts
- resolve-path.ts
- utils.ts
- argument-list.ts
- boolean.ts
- calculations.ts
- color.ts
- function.ts
- index.ts
- list.ts
- map.ts
- mixin.ts
- null.ts
- number.ts
- string.ts
- utils.ts
- canonicalize-context.ts
- compile.ts
- compiler-module.ts
- compiler-path.ts
- compiler.test.ts
- deprecations.ts
- deprotofy-span.ts
- dispatcher.ts
- elf.ts
- exception.ts
- function-registry.ts
- importer-registry.ts
- logger.ts
- message-transformer.test.ts
- message-transformer.ts
- messages.ts
- packet-transformer.test.ts
- packet-transformer.ts
- protofier.ts
- request-tracker.test.ts
- request-tracker.ts
- utils.test.ts
- utils.ts
- version.ts
- index.mjs
- index.ts
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- package.json
- README.md
- after-compile-test.mjs
- dependencies.test.ts
- sandbox.ts
- utils.ts
- get-deprecations.ts
- get-embedded-compiler.ts
- get-language-repo.ts
- init.ts
- prepare-optional-release.ts
- prepare-release.ts
- utils.ts
- .gitignore
- .prettierrc.js
- buf.gen.yaml
- buf.work.yaml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- eslint.config.mjs
- jest.config.ts
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/sass/embedded-host-node
Downloads the entire project code from GitHub to your computer.
cd embedded-host-node
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd npm/all-unknown
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
