Navigation Menu

Skip to content

aleutcss/starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A starter project for Aleut.css

# Download all the project dependencies with npm
$ npm i
# Use the built-in compiler (or just bring your own)
$ npm start

If you want to make one-off build without watching and recompiling, there's npm run build script which compiles style.sass to ./css directory.

Read the full documentation