Skip to content

microformats/microformats-parser-website-node

Folders and files

Image for: Folders and files
NameName
Last commit message
Last commit date

Latest commit

Image for: Latest commit
 

History

Image for: History
44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image for: Repository files navigation

Microformats JavaScript/Node Parser Website

Website for Microformats JavaScript parser (based on pin13.net by @aaronpk).

https://node.microformats.io

Deployment

Image for: Deployment

All commits to the main branch get auto-deployed to the live website running on Heroku.

Git workflow

The base branch is next. All PRs should target this branch.

To initiate a release:

  • Create a new branch, from next named release/x.y.z
  • Bump the version in package.json to x.y.z
  • Merge release/x.y.z to main. This will trigger the deployment.
  • Merge main into next

Getting Started

Image for: Getting Started

This website is built using Yarn.

To start working with this project, first clone the repository for this project:

git clone https://github.com/microformats/microformats-parser-website-node.git
cd microformats-parser-website-node

Next, install the required dependencies and start the server:

yarn install
yarn start
# Or, if you'd like a different port:
# PORT=5000 yarn start 

You can view your running local application at this URL:

http://localhost:9000

Requirements

Image for: Requirements

Contributions

Image for: Contributions
  1. Fork it
  2. Get it running (see Installation above)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

If you find bugs, have feature requests or questions, please file an issue.

License

Image for: License

Microformats Parser Website Node is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.

http://creativecommons.org/publicdomain/zero/1.0

About

Image for: About
No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

Image for: Packages 0
No packages published

Contributors 5

Image for: Contributors 5