Skip to content

A minimalist real-time JavaScript framework for tomorrow's apps.

License

Notifications You must be signed in to change notification settings

codearchival/feathers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

243 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feathers

The marketing site for FeathersJS

Getting Started

  1. Install nodejs and npm
  2. run npm install
  3. run npm run watch
  4. open your build/index.html file 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.

Building

Simply run npm run build to build the site.

Deploying

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.

Structure

content/

Contains the raw html and markdown pages for the site. These get compiled with the layouts and moved to the build/ directory.

assets/

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

config/

This directory holds the config values for production and development environments.

build/

These are all the files that get deployed to the gh-pages branch.

About

A minimalist real-time JavaScript framework for tomorrow's apps.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%