Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 526 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 526 Bytes

digitalpsychology.io

This is the source code for the digitalpsychology.io website.

What's inside?

To get started

# 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