You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
Move package.json/tsconfig.json etc. to project root so npm start and tsc work from the project root
Make a BasicElement class that provides an id, $, and html property, which more complex objects can use without redefining id, $ and html every time, but instead just calling super()
Clean up/rewrite settings.ts
Start using built-in API's in the settings app when they're completed
Create a contributing.txt, code-of-conduct.txt and issue-template.txt
Create readme files for major directories, explaining what each file is for
Start using some documentation system (typescript?/jsdoc) to document built-in classes
The text was updated successfully, but these errors were encountered:
This project is in a garbage state right now, and these are the changes I'm going to make to create a better development experience
npm start
andtsc
work from the project rootsuper()
The text was updated successfully, but these errors were encountered: