This repository is now archived and no longer actively maintained
This repository host the code for the website: https://scala.io/.
To develop you will need to host the website in local.
- You first have to install all the packages:
npm install
- You then have to run the following command to start the website locally:
npm run dev
- Then launch it from here :
http://localhost:1234
You can use Elm to generate the static website :
npm run build
When you push to master, it always deploy to preprod.
When you are satisfied with the website in preprod (https://preprod.scala.io/), you can run the following command to forward changed to prod:
make deploy
The changes will be forwarded to https://scala.io/.