Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

mackerels/chumakeveryday

Repository files navigation

chumakeveryday

Text-On-Image generator created with .NET Core

Requires: .NET Core, NodeJS, yarn

Compile frontend:

#in frontend dir
yarn
yarn typings
yarn compile

How to run:

dotnet restore
dotnet run

Real-time coding:

yarn compile:watch