Skip to main content
Module

x/postjs/contributing.md

The radical new Front-End Framework in deno.
Latest
File

Contributing to postjs

Welcome, and thank you for taking the time in contributing to postjs!

Development Setup

You will need Node.js 10+

# clone the code and install dependencies
$ git clone https://github.com/postui/postjs
$ cd postjs
$ yarn

# build and watch for code changes
$ yarn watch

# run examples
$ yarn post ./examples/hello-world/