Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/redbackthomson/redback2019

Personal Portfolio for RedbackThomson
https://github.com/redbackthomson/redback2019

personal-website portfolio website

Last synced: 3 months ago
JSON representation

Personal Portfolio for RedbackThomson

Awesome Lists containing this project

README

        

# RedbackThomson 2019
Homepage for RedbackThomson https://redback.dev/

## Requirements

- Node v10+
- Yarn

## Usage

To start the development server
```
yarn install
yarn start
```

To build and run the production package
```
yarn run build
yarn run start-prod
```