- Install yarn
- Install VSCode
- Install ALL the extensions recommended in
.vscode/extensions.json - If the changes are not applied automatically add the content of
.vscode/settings.jsonin your personalsettings.json
- Change the project name on
package.json - Change
nameandurlof SITE fromsrc/configs/site.ts - Change
siteUrlandadditionalSitemapsfromsitemap-generator.js - Add project to CodeFactor
- Add project to DeepScan
- Add project to Coveralls
- Update the
titleandbadgesofREADME.md
- Remove "Test TypeScript Syntax" step from
.github/workflows/tests.yml - Remove script "temp:test-tsc" from
package.json - Uncomment steps "Run Tests" and "Colect Coverage" from
.github/workflows/tests.yml - Uncomment "coverageThreshold" from
jest.config.ts
- Delete this file