https://github.com/redbackthomson/redback2019
Personal Portfolio for RedbackThomson
https://github.com/redbackthomson/redback2019
personal-website portfolio website
Last synced: 4 months ago
JSON representation
Personal Portfolio for RedbackThomson
- Host: GitHub
- URL: https://github.com/redbackthomson/redback2019
- Owner: RedbackThomson
- License: mit
- Created: 2018-11-10T03:52:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T14:47:53.000Z (over 3 years ago)
- Last Synced: 2025-05-02T06:44:47.479Z (about 1 year ago)
- Topics: personal-website, portfolio, website
- Language: TypeScript
- Homepage: https://redback.dev/
- Size: 40.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```