knexator / deeper_still

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for TypeScript Webgames

How to use:

  • The first time you open this, run npm install
  • Every time you want to work on it, run npm run dev
  • To publish, run npm run update (you'll need to set up butler)

Steps I followed to create the project:

  • npm create vite@latest, choosing template-vanilla as the name and vanilla typescript
  • cd template-vanilla
  • git init
  • Remove public, move index.html into src, add itchio.html, and change the contents of src
  • Add vite.config.js
  • Run npm install

About


Languages

Language:TypeScript 97.2%Language:HTML 2.2%Language:JavaScript 0.6%