- 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.json
in your personalsettings.json
- Change the project name on
package.json
- Change
name
andurl
of SITE fromsrc/configs/site.ts
- Change
siteUrl
andadditionalSitemaps
fromsitemap-generator.js
- Add project to CodeFactor
- Add project to DeepScan
- Add project to Coveralls
- Update the
title
andbadges
ofREADME.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