Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/redbackthomson/redback2019
- Owner: RedbackThomson
- License: mit
- Created: 2018-11-10T03:52:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T14:47:53.000Z (about 2 years ago)
- Last Synced: 2023-08-03T09:08:16.060Z (over 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
```