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

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

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.