Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 677 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 677 Bytes

Description: This is a repository recording the summer work of Siyu Zhang at poem lab. Author: Siyu Zhang Tips

  1. The file villanlle contains the final work this summer. Within the src folder, the file named universityLater.ts is the final work
  2. To run the villanelle program, the file need to be included in a localhost server because the filereading ability required.
  3. When compile the ts file to js file, remember to use 'ES2016' and 'dom' lib Additional general tips: To use a JavaScript library in TypeScript: install node.js run 'npm install @types/nodes' install the JavaScript library using npm add a 'require' line in the TypeScript file to access the library.