An open API service indexing awesome lists of open source software.

https://github.com/lizziemac/lizmacleanio

My personal website!
https://github.com/lizziemac/lizmacleanio

personal-website typescript webpack

Last synced: 2 months ago
JSON representation

My personal website!

Awesome Lists containing this project

README

          

# Welcome!

I wanted to make my personal site show off some of the cool skills I've acquired
over the years. This repo is pretty barebones right now, but I'm hoping to:

1. Create a documented, unit-tested, and authorized API and front-end you can play with.
2. Have your interactions with be seen by other people in a fun way (maybe like
a pointillism piece)
3. Show off my code skills
4. Implement accessibility
5. Implement internationalization (from a proof of concept POV, unfortunately
I'm only fluent in English but I'll try!)

# On Initial Download

## Install depedencies

```sh
npm install
```

# Run Locally

```sh
npm run start
```

## Running Tests

```sh
npm test
```

## Running Linting

```sh
npm run lint
```

## Compile for Production

```sh
npm run build
```