No description
Find a file
Bradley Shellnut aa6adcda16
Merge pull request #9 from BradNut/svelte4
Updating to svelte 4.
2023-07-02 22:18:01 -07:00
.vscode Adding fetch bandcamp albums and showing them on the main home page, also caching response. 2023-02-13 22:54:54 -08:00
src Updating packages, switch to stage 2 of postcss, and fix privacy software link. 2023-07-02 18:31:16 -07:00
static Adding layout header and footer, postcss, and base pages. 2023-01-28 11:31:58 -08:00
tests First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.env.example Adding missing env. 2023-02-16 19:03:56 -08:00
.eslintignore First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.eslintrc.cjs First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.gitignore Fetching 500 Wallabag articles, since we cannot filter tags easily, then filter tags in the API. 2023-02-03 23:23:00 -08:00
.npmrc First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.prettierignore First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
.prettierrc First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
mdsvex.config.js Using markdown for portfolio entries. Still need to optimize design. 2023-02-28 15:42:00 -08:00
package.json Updating to svelte 4. 2023-07-02 21:02:34 -07:00
playwright.config.ts First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
pnpm-lock.yaml Updating to svelte 4. 2023-07-02 21:02:34 -07:00
postcss.config.cjs Updating packages, switch to stage 2 of postcss, and fix privacy software link. 2023-07-02 18:31:16 -07:00
README.md docs: 📝 Update README 2023-01-29 23:07:32 -08:00
svelte.config.js Using markdown for portfolio entries. Still need to optimize design. 2023-02-28 15:42:00 -08:00
tsconfig.json First commit of skeleton SvelteKit project. 2023-01-21 16:13:42 -08:00
vite.config.ts fix: On smaller screens max height of image is less 2023-04-21 10:12:07 -07:00

Personal Website

Rewriting my personal website, originally in Gatsby, using SvelteKit.

This is a work in progress to get the site on par with my old one and eventually update with ever newer things!

Developing

Install dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.