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...
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
Feel free to check our documentation