Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moreonion/tactics-generator
A side project that offers a website where activists can generate ideas for campaign tactics
https://github.com/moreonion/tactics-generator
Last synced: about 1 month ago
JSON representation
A side project that offers a website where activists can generate ideas for campaign tactics
- Host: GitHub
- URL: https://github.com/moreonion/tactics-generator
- Owner: moreonion
- License: mit
- Created: 2022-10-26T13:06:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T11:16:52.000Z (8 months ago)
- Last Synced: 2024-05-07T11:45:46.585Z (8 months ago)
- Language: Vue
- Size: 478 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tactics-generator
A side project that offers a website where activists can generate ideas for campaign tactics
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.