The marketing site for FeathersJS
- Install nodejs and npm
- Run
npm install
- Run
npm run watch
- Go to http://localhost:8080 in your browser
Now you can start editing content. Your content will automatically be rebuilt when things change and since we are using livereload your browser will automatically update with your changes.
Simply run npm run build
to build the site, which runs through the appropriate gulp tasks.
The site currently gets deployed to Netlify. In order to do this simplly commit to the master branch and it will kick off a build and Netlify will run the npm run build
command. This will clean out any old files, rebuild the site with the production config, and deploy it.
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 Netlify.