The marketing site for FeathersJS
- Install nodejs and npm
- run
npm install - run
npm run watch - open your
build/index.htmlfile in your browser
Now you can start editing content. Your content will automatically be rebuilt when things change and you can just reload your browser at any time.
Simply run npm run build to build the site.
The site currently gets deployed to Github Pages. In order to do this simple run npm run deploy. This will clean out any old files, rebuild the site with the production config, and push it to the gh-pages branch.
Contains the raw html and markdown pages for the site. These get compiled with the layouts and moved to the build/ directory.
This is where all the static assets live that end up getting compiled and/or copied to the build/ directory. This includes:
- scripts
- images
- styles
- templates/layouts
- fonts
- any other static files
This directory holds the config values for production and development environments.
These are all the files that get deployed to the gh-pages branch.