Skip to content

martinbedouret/website

 
 

Repository files navigation

PeopleDAO logo

PeopleDAO Website

The official PeopleDAO website built with Gatsby

Requirements

Development

Project initialization

  1. Install project dependencies:
    yarn

Local server

To start developing or managing content on local machine:

  1. Start up the application in development environment:
    npm run develop
  2. The site will be running at http://localhost:8000 with hot-reloading enabled.

Deployment

  1. If not done during development, install project dependencies:
    yarn
  2. Generate an optimalized production build:
    npm run build
  3. Using the web server of your preference, host the contents of the generated public directory.

Resources

About

The official PeopleDAO website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 54.7%
  • SCSS 45.3%