Website for Turing AI for Science Conference.
The website is built using the Astro framework. To update the website:
- Install node and pnpm:
brew install node
brew install pnpm- Clone the repository and install dependencies:
git clone https://github.com/alan-turing-institute/turing-ai-for-science.git
cd turing-ai-for-science
pnpm install- Start the development server to preview changes:
pnpm dev