typecobol.netlify.com is the presentation Website for @TypeCobolTeam
Run npm install
in a dev or production environment to install packages required by the website.
# Run local in dev-mode
npm run develop
# Build
npm run build
# Run tests
npm run test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
See documentation in the Wiki here