Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keastudio/pangea
Pangea is a static site generator built with Deno and the React.
https://github.com/keastudio/pangea
deno netlify react static-site-generator vercel
Last synced: 23 days ago
JSON representation
Pangea is a static site generator built with Deno and the React.
- Host: GitHub
- URL: https://github.com/keastudio/pangea
- Owner: keastudio
- License: mit
- Created: 2022-08-25T04:28:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T15:15:55.000Z (about 1 year ago)
- Last Synced: 2024-10-15T19:40:56.663Z (about 1 month ago)
- Topics: deno, netlify, react, static-site-generator, vercel
- Language: TypeScript
- Homepage: https://pangea.sh
- Size: 2.95 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pangea
Pangea is a static site generator built with Deno and the React.
Features:
- Exports static files, which can be deployed to Netlify and Vercel
- No JavaScript is shipped to the frontend by default
- Island architecture—only interactive React components are hydrated on the client side
- Built in support for CSS-in-JS, which is statically generated for performance
- Next.js inspired file-system routing### Getting started
```sh
deno run -A -r https://pangea.sh my-project-name
cd my-project-name
deno task start
```