Skip to content

NoseCone/king-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rescript Nose Cone

Developing

Work on the stylesheet site.sass with:

$ cd src
$ sass --watch site.sass:site.css --load-path ../node_modules

Start a terminal to watch the rescript sources with yarn start:res or (rescript build -w). In another terminal, install dependencies with yarn and start a development server with yarn start.

Building

Build the stylesheet site.css with:

$ yarn style

Build the app with yarn build and serve this locally with yarn dlx serve -s build.

Publishing

Build on branch develop, switch to branch main and then copy the build to the root, commit and push.

$ cp -a build/ .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors