effcd31651
We need 'meta.ci' to be an attribute set for new CI features. Change-Id: I83d04e2d74e42e49fe739b049ee4ba799f6d5d86 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5007 Tested-by: BuildkiteCI Reviewed-by: ezemtsov <eugene.zemtsov@gmail.com> Reviewed-by: wpcarro <wpcarro@gmail.com> |
||
---|---|---|
.. | ||
clojure | ||
elm | ||
typescript | ||
README.md |
Boilerplate
Storing some boilerplate code to help me reduce the time it takes me to develop and deploy applications.
Usage
Let's say that you would like to create a game for
sandbox.wpcarro.dev/game
. We will create a new TypeScript project with the
following:
$ cp -r typescript path/to/new-project
This initializes the project. To start developing, run:
$ nix-shell
$ yarn run dev