Skip to content

Fewsats/proxy402-docs

Repository files navigation

Website

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

Using Just

This project uses Just as a command runner. Just is a handy way to save and run project-specific commands.

Installation

First, install project dependencies:

$ just install

This runs npm install behind the scenes.

Local Development

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

Deployment

$ just deploy

This command builds the website and deploys it to GitHub Pages.

Manual Commands

If you prefer not to use Just, you can run the npm commands directly:

Installation

$ npm install

Local Development

$ npm start

Build

$ npm build

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

Manual Deployment

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

About

Documentation for Proxy402

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors