Personal website (rubensalas.ai)
- Install dependencies
$ npm install
- Compile TypeScript
$ npm run build
Open dist/index.html in a web browser
$ npm run dev
This project uses lingui.js for localization.
- Everytime you add a new string to the code, run the following script to update the translation files:
$ npm run locale:extract- Compile the translation files:
$ npm run locale:compile