Skip to content

Latest commit

 

History

History
 
 

apps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

StyleX website

This website is built using Docusaurus 2, a modern static website generator.

Local Development

Local development should be performed from the monorepo root. Please see the monorepo's CONTRIBUTING.md file for more instructions.

Deployment

Using SSH:

$ USE_SSH=true npm run deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> npm run deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push it to the gh-pages branch.