Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 902 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 902 Bytes

TH PyCon 2023

This is the repo that hosts the website of Thailand Python Conference for the year 2023.

We use Astro to build this site. The deployment pipeline is configured on Netlify.

As long as the build command runs succesfully the code should be ready to the deploy.

When a pull request is created, an automation is triggered so feel free to check the preview in the PR.

It may take a while for one of the maintainer to merge. We apologize in advance...

Commands

We use mise to setup dev tooling. Check the installation guide here.

mise trust
mise install

Then, install node dependencies with the usual npm install

Start a dev server with npm run dev

Build the artifact with (verify locally for faster feedback) npm run build

More info on Astro website

Feel free to check our documentation