The Wayback Machine - https://web.archive.org/web/20220630203657/https://github.com/delta-io/website
Skip to content

delta-io/website

main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Delta Lake

Delta Lake Website

This repo contains the official source code for the Delta Lake website.

Netlify status

πŸš€ Getting up and running locally

Simply check out this repo, run npm install, then run npm run develop.

Code formatting

If you use Visual Studio Code, install the Prettier and ESLint extensions to automatically format your code as you make changes.

Alternatively, you may run npm run lint or npm run lint:fix to both check for and fix lint issues, respectively. All changes are automatically linted (and will attempt to auto-fix) on the git pre-commit hook.

This repo runs automated checks on PRs, like the lint check above. Sometimes this process can hang. If you see the process hang, try running an empty commit and push the commit to rerun the checks. You can do this by running the following git command git commit --allow-empty -m "Empty commit" then pushing the commit to origin.

All PRs require linters to pass in order to deploy to production.

🀝 Contributing

All changes are proposed as a pull request. Simply create a pull request and request a review and we'll get on it.

About

Delta Lake Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages