https://github.com/ideasonpurpose/asana
Asana CSV to PDF export tool
https://github.com/ideasonpurpose/asana
asana csv pdf
Last synced: 4 months ago
JSON representation
Asana CSV to PDF export tool
- Host: GitHub
- URL: https://github.com/ideasonpurpose/asana
- Owner: ideasonpurpose
- Created: 2022-02-09T16:18:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T15:17:52.000Z (over 2 years ago)
- Last Synced: 2025-01-13T11:25:22.539Z (about 1 year ago)
- Topics: asana, csv, pdf
- Language: Nunjucks
- Homepage: https://ideasonpurpose.github.io/asana/dist
- Size: 4.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
- `git clone https://github.com/ideasonpurpose/asana.git .` - downloads a copy of this repository into the current terminal location.
- `npm install` - install project dependencies, then
- `npm run start` - start the development environment at [//localhost:8080](http://localhost:8080)
- `npm run build` - build the site for production delivery.
Edit the `src` directory.
After `npm run build`, push everything to github, including the `dist` folder.
github.io will automatically update in 5 minutes, tops.
## Structure
- `11ty` - SSG configuration, plugins, shortcodes etc.
- `src` - source folder, edit files here.
- `data` - variables store, preferably JSON.
- `includes` - reusable Nunjucks templates.
- `layouts` - base layout templates.
- `pages` - site content storage.
- `assets` - store website assets here:
- `favicon` - all files generated by [Real Favicon Generator](https://realfavicongenerator.net/) go in here
- `fonts`
- `img`
- `js`
- `pdf`
- `sass`
- `svg`
- `video`
- `dist` - distribution, ready for production.