Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

My now-archived personal website using the Gatsby framework [c. 2020]

License

Notifications You must be signed in to change notification settings

oliviarossi/oliviarossi-site

Repository files navigation

Olivia Rossi's Personal Website [archived]

Welcome to the repo for oliviarossi.org.

This website was built using Gatsby.js and is powered by Netifly.

Thank you to Jacob Martinez for the starter template Simplefolio.

Another thank you to Matteo Manzinello for the Gatsby mailgo.dev plugin.


Prerequisites ๐Ÿ“‹

You'll need Git and Node.js (which comes with NPM) installed on your computer.
Also you need to have installed Gatsby CLI

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
gatsby-cli@2.8.22 or higher

How To Use ๐Ÿ”ง

From your command line, first clone Simplefolio:

# Clone this repository
$ git clone https://github.com/cobidev/gatsby-simplefolio

# Go into the repository
$ cd gatsby-simplefolio

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies either using NPM or Yarn:

Using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm run develop

NOTE: If your run into issues installing the dependencies with NPM, use this command:

# Install dependencies with all permissions
$ sudo npm install --unsafe-perm=true --allow-root

Once your server has started, go to this url http://localhost:8000/ and you will see the website running on a Development Server.


Technologies used ๐Ÿ› ๏ธ

  • Gatsby - Static Site Generator
  • GraphQL - Query language for APIs
  • React - Front-End JavaScript library
  • Bootstrap 4 - Front-End UI library
  • Sass - CSS extension language

About

My now-archived personal website using the Gatsby framework [c. 2020]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published