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

Latest commit

 

History

History
26 lines (20 loc) · 277 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 277 Bytes

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