https://github.com/ahdinosaur/solarpunk-today
How to live a solarpunk lifestyle today.
https://github.com/ahdinosaur/solarpunk-today
climate-change commons documentation guidebook homesteading information permaculture recipes solarpunk
Last synced: 3 months ago
JSON representation
How to live a solarpunk lifestyle today.
- Host: GitHub
- URL: https://github.com/ahdinosaur/solarpunk-today
- Owner: ahdinosaur
- Created: 2024-01-29T09:05:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T02:32:44.000Z (about 1 year ago)
- Last Synced: 2025-04-02T22:49:16.413Z (3 months ago)
- Topics: climate-change, commons, documentation, guidebook, homesteading, information, permaculture, recipes, solarpunk
- Language: MDX
- Homepage: https://solarpunktoday.com
- Size: 840 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solarpunk Today
How to live a solarpunk lifestyle today.
Practical [climate adaptations](https://en.wikipedia.org/wiki/Climate_change_adaptation) for everyday people.
## Guide
_Work In Progress_
[solarpunktoday.com](https://solarpunktoday.com)
## Development
Solarpunk Today is a [Nextra](https://nextra.site/) site using [Next.js](https://nextjs.org/) and [MDX](https://mdxjs.com/).
With [`node`](https://github.com/nvm-sh/nvm) installed:
```shell
git clone [email protected]:ahdinosaur/solarpunk-today
cd solarpunk-today
npm install
```To start the development server and visit [localhost:3000](http://localhost:3000):
```shell
npm run dev
```## License
This project is licensed under the [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/).