1.0.6 • Published 5 years ago

gatsby-aamu-portfolio v1.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

Gatsby Portfolio Website

This repo contains a static website written with GatsbyJS, integrated with content coming from Aamu.app.

Preview

If you want to use try this out yourself, you first need to set up a project on Aamu.app which will host your data.

See the demo site here: DEMO

Repo usage

First, install the dependencies of this project:

yarn install

Add an .env file containing the read-only API token of your Aamu.app database:

echo 'AAMU_API_KEY=abc123' >> .env

Then, to run this website in development mode (with live-reload):

yarn develop

To build the final, production ready static website:

yarn build

The final result will be saved in the public directory.

Hosting

For hosting, you can use Netlify, for example:

Deploy to Netlify

About

The goal of this project is to show how easily you can create static sites using the content (text, images, links, etc.) stored on Aamu.app. This project is configured to fetch data from a specific administrative area using the API Aamu.app provides.

You can find further information about how to integrate Aamu.app with Gatsby in our documentation.

This websites uses: