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

https://github.com/novafox161/anticar-collective

The official website for the Anit-Car Collective | We advocate for a world where one does not need to depend on a car in order to survive, commute, and travel.
https://github.com/novafox161/anticar-collective

Last synced: 2 months ago
JSON representation

The official website for the Anit-Car Collective | We advocate for a world where one does not need to depend on a car in order to survive, commute, and travel.

Awesome Lists containing this project

README

        

# Anti-Car Collective

The official [Anti-Car Collective](https://anticar.org) website, built with [Next.js](https://nextjs.org/) and [TailwindCSS](https://tailwindcss.com/).

## Development

Requirements:
- [`yarn`](https://yarnpkg.com/en/) for package management
- Clone repository
- `git clone [email protected]:NovaFox161/anticar-collective.git`
- Install dependencies
- `yarn install`
- Build and develop
1. `yarn clean`
2. `yarn run`
3. Open `http://localhost:3000` and make your changes
4. Commit your changes and open a pull request
- Production Build
1. Update VERSION file to reflect non-snapshot version
2. Build & deploy to container repository with the `build.sh` bash script

## Licensing

This repository is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)