RonanS96 / amysportfolio

A Svelte web app. Portfolio for architectural technology student Amy Dickson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amy's Portfolio

This is a static web app created using Svelte.

The idea of this site is to allow people to see the work of Amy Dickson, an Architectural Technology student at Edinburgh Napier University.

See the latest production of this website at https://amy-dickson.com.

Development

From the project route, install the dependencies...

npm install

Run locally using Rollup:

npm run dev

This will run your app at localhost:5000.

Building and running in production mode

To create aproduction build of the app:

npm run build

You can run the production build app with npm run start. This uses sirv.

Deploying to the web

The app is currently deployed on an AWS bucket.

To deploy, build using npm run build and then copy/paste the contents of the ./public/ folder to an S3 bucket.

About

A Svelte web app. Portfolio for architectural technology student Amy Dickson


Languages

Language:HTML 85.9%Language:JavaScript 12.4%Language:CSS 1.7%