Getting Started
Make changes
- Make changes under /src based upon the OrisonJS documentation
- Build the changes to /docs with
npm run build - Test your changes by running
npm run serveand going to localhost:3000
Deploy
- Push the changes to a Github repo.
- Setup that Github repo to use Github Pages for hosting.