Skip to content
View nichoth's full-sized avatar

Organizations

@ssc-half-light
Block or Report

Block or report nichoth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nichoth/README.md

nichoth.com

https://nichoth.com/

My website, from the distant past, that i have no memory of


WIP

templates

Links to various templates

notes

Links and notes

plus, a list

build

npm run build

start a local dev server

npm start

deploy to surge

npm run deploy

chat

make a file src/_chat.html copy the file to public/chat/index.html _chat.html should have a link like /chat/chat.js

src="/chat/chat.js"

need to copy the html file, and browserify the script

or add to the build script

the problem is that there's no watch script for developing

a watch script

mkdir -p public/chat && budo src/chat.js:chat.js --dir=public/chat --live --pushstate --open -- -p esmify -dv

build script

browserify src/chat.js > public/chat/chat.js -dv

Popular repositories

  1. ssb-field-guide ssb-field-guide Public

    A field guide to developing with secure-scuttlebutt

    37

  2. pull-stream-spec pull-stream-spec Public

    Tests for pull streams

    JavaScript 9 2

  3. preact-pull-stream preact-pull-stream Public

    Create a duplex stream from a preact component

    JavaScript 9

  4. pull-catch pull-catch Public

    Catch errors in a pull stream

    JavaScript 7

  5. pull-combine-latest pull-combine-latest Public

    Combine the latest values from many pull streams

    JavaScript 6 1

  6. continuable-fp continuable-fp Public

    Rewriting continuable operators, but with the arguments flipped

    JavaScript 6 4