wasp/web
vincanger 92e83ef3b1
[DOCS] fix auth args for js too (#1377)
* fix auth args

* fix js args too
2023-07-31 10:30:08 +02:00
..
blog Added link to technical blog post for Generator from main post. 2023-07-21 15:55:53 +02:00
docs [DOCS] fix auth args for js too (#1377) 2023-07-31 10:30:08 +02:00
src lp: put GPT starter into announcement bar. 2023-07-14 14:22:09 +02:00
static Wrote 'How we built GPT web app generator' blog post. 2023-07-17 16:09:32 +02:00
.gitignore Created new landing page for Beta. 2022-11-26 19:01:40 +01:00
.npmrc We cannot build unless we use the right version of npm 2022-01-31 14:29:29 +01:00
babel.config.js Moved web from wasp-lang/web repo to folder in this repo. 2021-07-23 19:39:15 +02:00
docusaurus.config.js [docs] Point the page edit to release branch (#1335) 2023-07-21 13:50:26 +02:00
package-lock.json Adds Wasp and Prisma syntax highlighting (#1209) 2023-05-23 14:29:54 +02:00
package.json Typescript/Javascript tutorial toggle (#1266) 2023-06-26 14:11:05 +02:00
README.md [docs] Updates READMEs with new branching and merging model (#695) 2022-08-17 11:42:32 -04:00
sidebars.js Typescript/Javascript tutorial toggle (#1266) 2023-06-26 14:11:05 +02:00
tailwind.config.js Created new landing page for Beta. 2022-11-26 19:01:40 +01:00

Website

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

Installation

$ npm install

Local Development

$ npm start

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

Build

$ npm build

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

To run this version of code and check that it works correctly, run npm run serve.

Deployment

We are deploying to GitHub pages, and that can easily be done with the following command.

First, ensure you are on the release branch. Next, run:

$ GIT_USER=<Your GitHub username> USE_SSH=true npm run deploy

This command will build the website and push it to the gh-pages branch.