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.
- Host: GitHub
- URL: https://github.com/novafox161/anticar-collective
- Owner: NovaFox161
- License: gpl-3.0
- Created: 2022-05-04T00:56:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T02:02:27.000Z (about 3 years ago)
- Last Synced: 2025-02-01T15:44:22.566Z (4 months ago)
- Language: Dockerfile
- Size: 235 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)