Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 495 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 495 Bytes

Safe

Safe is a simple fork of version 9.0.10 from Sage, the latest version before Sage 10.

Works well with Bun!

Instalation:

I recommend using version 12.x of NodeJS or Bun.

nvm install 12
nvm use 12

If you get errors linked to node-sass package, run the rebuild script to make it work on you OS:

bun run build:rebuild

or

yarn build:rebuild