Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
/ Bulma-Nord Public archive

Bulma dark-mode swatch using Nord's color palette

Notifications You must be signed in to change notification settings

BD103/Bulma-Nord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polar-Night-Bulma

Bulma dark-mode swatch using Nord's color palette.

Contributing

Clone the repository.

git clone https://github.com/BD103/Bulma-Nord.git

Make sure you have Nodejs installed. (Optional: You may also want some version of Python for testing.)

Install with:

npm install

The main development workflow entails two instances of shell. One running:

# Create stylesheet whenever something is changed
npm run watch
# or npm start

The other running:

# Open up an http server
npm run test
# or npm run test-python3
# or npm run test-python2

Replit

Replit is a lot easier. Clone the repo here. It should auto-upgrade to Nix.

The run button starts npm run watch. I recommend putting npm run test in the shell tab.


Raise an issue if you have any questions!