Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

neuralbertatech/natUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

natUI

MIT License

NeurAlbertaTech's scss framework built on top of bulma.

Install

To add this to your project, run

# npm
npm i @neuralbertatech/
# yarn
yarn add @neuralbertatech/ui

Documentation

Since this is built on top of bulma, you can refer to their documentation for most things. You can checkout x for the changes we've made on top.

Development

To run the development environment and start contributing, you'll need to use a devcontainer.

Once you've opened the program in a devcontainer, open a terminal and run

yarn dev

to start the sass watcher. This will automatically create a css/ folder which will contain the output file main.css. You can use this css file as the stylesheet for testing purposes. You can find test sites in the test/ folder.