An open API service indexing awesome lists of open source software.

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.

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/).