This is the source code for the digitalpsychology.io website.
- Gatsby
- styled-components
- GraphQL
- Markdown
# Install dependencies
yarn
# Start a hot-reloading development environment
# accessible at localhost:8000
yarn start
# Generate static files
yarn build
# Start local HTTP server to serve static files
# accessible at localhost:8080
yarn prod