Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tynandebold/aagaard-design-studio
A a portfolio website built for a designer.
https://github.com/tynandebold/aagaard-design-studio
contentful gatsby react
Last synced: about 2 months ago
JSON representation
A a portfolio website built for a designer.
- Host: GitHub
- URL: https://github.com/tynandebold/aagaard-design-studio
- Owner: tynandebold
- Created: 2019-04-17T11:20:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:15:29.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T20:50:29.586Z (about 2 months ago)
- Topics: contentful, gatsby, react
- Language: JavaScript
- Homepage: https://aagaarddesign.studio/
- Size: 4.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aagaard design studio.
A portfolio website built using [Gatsby](https://www.gatsbyjs.org/) for a Copenhagen–based, one-man army design studio, and more importantly, a good friend.
## Setup
Install the dependencies and start the app (which runs `Gatsby develop`).
```sh
$ npm install
$ npm start
```## Build
Create a production build of the site and output the built static files into the public directory.
```sh
$ npm run build
```To view the production site locally, run:
```sh
$ npm run serve
```You can now preview the site at `http://localhost:9000`.
## Deploy
The site is hosted with Netlify. Any push to the `master` branch will trigger a **production** deploy. For testing new features, the preferred workflow is to first create a new branch off of master, and when ready, create a pull request. Once that pull is create, Netlify will create a deploy preview of the site using the code from that branch.