https://github.com/stencila/www
Stencila's old website
https://github.com/stencila/www
Last synced: about 1 year ago
JSON representation
Stencila's old website
- Host: GitHub
- URL: https://github.com/stencila/www
- Owner: stencila
- License: other
- Archived: true
- Created: 2022-09-08T03:33:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T21:24:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T02:46:28.624Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Stencila Website
## ⚠️ Deprecated
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](https://github.com/stencila/website) (commit [20fa43](https://github.com/stencila/website/commit/20fa4346a8935644be758dc03f03403bc1205ee9)).
## About
This is Stencila's marketing website deployed at `stencila.io`. It was bootstrapped from the "Salient" [Tailwind UI](https://tailwindui.com) template which uses:
- [Tailwind CSS](https://tailwindcss.com/docs) - the official Tailwind CSS documentation
- [Next.js](https://nextjs.org/docs) - the official Next.js documentation
- [Headless UI](https://headlessui.dev) - the official Headless UI documentation
## Getting started
To get started with this template, first install the npm dependencies:
```bash
npm install
```
Next, run the development server:
```bash
npm run dev
```
Then open [http://localhost:3000](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.
## Deployment
Currently deployed on pushes using Cloudflare Pages.
## License
The original site template is a commercial product and is licensed under the [Tailwind UI license](https://tailwindui.com/license). We may open source this repo in the future.