Skip to content

r-salas/website

Repository files navigation

website

Personal website (rubensalas.ai)

Installation

  1. Install dependencies
$ npm install
  1. Compile TypeScript
$ npm run build

Usage

Open dist/index.html in a web browser

Development

$ npm run dev

Localization

This project uses lingui.js for localization.

  1. Everytime you add a new string to the code, run the following script to update the translation files:
$ npm run locale:extract
  1. Compile the translation files:
$ npm run locale:compile

Contributors