Skip to content

0xneged/printit

 
 

Repository files navigation

Build and deploy app

Local launch

  1. Install dependencies with yarn
  2. Setup the .env file in project root (check .env.sample)
  3. Run the server with yarn start
  4. Build production via yarn build, it builds into /dist

About .env

Make sure to include values in deployflow.yml so they can be accessed by GitHub actions

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • JavaScript 4.1%
  • HTML 3.0%
  • CSS 2.2%