This is the repository for Stencila's web site circa 2022-23. For posterity, this code has been merged into our longer term website
repo (commit 20fa43).
This is Stencila's marketing website deployed at stencila.io
. It was bootstrapped from the "Salient" Tailwind UI template which uses:
- Tailwind CSS - the official Tailwind CSS documentation
- Next.js - the official Next.js documentation
- Headless UI - the official Headless UI documentation
To get started with this template, first install the npm dependencies:
npm install
Next, run the development server:
npm run dev
Then open http://localhost:3000 in your browser to view the website. You can modify the files in the /src
folder and the site will auto-update.
Currently deployed on pushes using Cloudflare Pages.
The original site template is a commercial product and is licensed under the Tailwind UI license. We may open source this repo in the future.