From a10cc41963987f95288090f15453b7c843dc4742 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Sat, 30 Dec 2023 22:43:27 +0900 Subject: buildをgitignoreから削除 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/gian-tou/deploy-your-site/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 build/gian-tou/deploy-your-site/index.html (limited to 'build/gian-tou/deploy-your-site/index.html') diff --git a/build/gian-tou/deploy-your-site/index.html b/build/gian-tou/deploy-your-site/index.html new file mode 100644 index 00000000..8cb641d1 --- /dev/null +++ b/build/gian-tou/deploy-your-site/index.html @@ -0,0 +1,24 @@ + + + + + +Deploy your site | 小平市議・安竹洋平のまとめ + + + + +
メインコンテンツまでスキップ

Deploy your site

+

Docusaurus is a static-site-generator (also called Jamstack).

+

It builds your site as simple static HTML, JavaScript and CSS files.

+

Build your site

+

Build your site for production:

+
npm run build
+

The static files are generated in the build folder.

+

Deploy your site

+

Test your production build locally:

+
npm run serve
+

The build folder is now served at http://localhost:3000/.

+

You can now deploy the build folder almost anywhere easily, for free or very small cost (read the Deployment Guide).

+ + \ No newline at end of file -- cgit v1.2.3-54-g00ecf