Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

ScalaIO/scalaio_website

Repository files navigation

⚠️ Repository Archived ⚠️


Attention Contributors and Users

This repository is now archived and no longer actively maintained

Scala.IO conferences website

This repository host the code for the website: https://scala.io/.

Getting started

To develop you will need to host the website in local.

  1. You first have to install all the packages:
npm install
  1. You then have to run the following command to start the website locally:
npm run dev
  1. Then launch it from here :
http://localhost:1234

Tips

You can use Elm to generate the static website :

npm run build

Deployment preprod / prod

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/.

About

Scala.IO (2022,2023)

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages