ScalaIO / scala.io

The scala.io 2K2X code source
https://scala.io/faq
4 stars 9 forks source link

ScalaIO website code source

Note : main is deployed to https://preprod-scala-io.cleverapps.io/

Previews on PR are available with the bot.

Data

Data for talks, speakers, schedule are here: https://github.com/ScalaIO/scala.io/tree/main/src/main/scala/io/scala/data

This is currently being move to markdown files in the public folder:

The data model can be found here.

Pre-requisites

Build

Running dev

If you have mprocs installed, you can run at the root of the project:

mprocs

It will run every necessary process for the app to run. Once it's done, go to the sbtn tab to access the corresponding shell and run ~fastLinkJS to have the app recompiled on every change.

Otherwise you can use

make dev

If this doesn't work try:

The app wil be available at http://localhost:5173

Fixing a speaker / talk information

You can use the following git commit message template:

fix(talk): <talk title>
fix(speaker): <speaker name>