wasp/web
Benjamin Alijagić c6a3944079
Fix nvm installation instructions on dark mode (#370)
Removed inline background and padding styles. Looks okay on both dark and light mode.
2021-11-25 09:28:54 +01:00
..
blog Added CTA to the end of fundraising lessons blog post. 2021-11-22 14:06:47 +01:00
docs Fix nvm installation instructions on dark mode (#370) 2021-11-25 09:28:54 +01:00
src Extracted in blog CTA into a separate component. 2021-11-22 10:08:43 +01:00
static Added blog post about our fundraising learnings. 2021-11-22 13:58:48 +01:00
.gitignore Moved web from wasp-lang/web repo to folder in this repo. 2021-07-23 19:39:15 +02: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 Fixed Wasp webpage's url setting in docusaurus config. 2021-11-25 09:17:23 +01:00
package-lock.json Added blog post with our fundraise announcement. 2021-11-21 22:20:13 +01:00
package.json Updated docusaurus version. 2021-10-04 11:43:23 +02:00
README.md Made page robust to multiple trailing slashes + some small fixes. 2021-10-04 15:50:52 +02:00
sidebars.js Moved web from wasp-lang/web repo to folder in this repo. 2021-07-23 19:39:15 +02: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:

$ 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.