awesome-azd/website
Daniel Jurek 0fabf1cf4c It's a static site. All dependencies are devDependencies 2022-10-04 07:31:03 -07:00
..
docs Fix #9 - Contributor guide updated with details on using helpwanted tags 2022-09-26 08:46:00 -04:00
src URL fix 2022-09-26 17:02:17 -04:00
static Fix #7 - Added customized Showcase components from Docusaurus 2022-09-25 22:13:15 -04:00
.gitignore Fix #3 - Default Docusaurus scaffold 2022-09-22 16:51:13 -04:00
NOTICE.txt Fix #7 - Added customized Showcase components from Docusaurus 2022-09-25 22:13:15 -04:00
README.md Fix #3 - Default Docusaurus scaffold 2022-09-22 16:51:13 -04:00
babel.config.js Fix #3 - Default Docusaurus scaffold 2022-09-22 16:51:13 -04:00
docusaurus.config.js Fix #21 - Landing page banner link fixed 2022-09-26 13:54:53 -04:00
package-lock.json It's a static site. All dependencies are devDependencies 2022-10-04 07:31:03 -07:00
package.json It's a static site. All dependencies are devDependencies 2022-10-04 07:31:03 -07:00
sidebars.js Fix #3 - Default Docusaurus scaffold 2022-09-22 16:51:13 -04:00

README.md

Website

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

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

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