NoseCone / dive-stick

Rescript Nose Cone

Home Page:http://rescript.flaretiming.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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

Build the app with yarn 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

Rescript Nose Cone

http://rescript.flaretiming.com

License:Mozilla Public License 2.0


Languages

Language:Sass 43.6%Language:ReScript 42.5%Language:HTML 11.3%Language:JavaScript 1.9%Language:CSS 0.8%