Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skeptycal/skeptycal.github.io
Software developer in Austin, TX (Python, Go, data, BS Chemistry)
https://github.com/skeptycal/skeptycal.github.io
chemistry go golang nuxtjs portfolio portfolio-website python software-development software-engineering vuejs
Last synced: 3 days ago
JSON representation
Software developer in Austin, TX (Python, Go, data, BS Chemistry)
- Host: GitHub
- URL: https://github.com/skeptycal/skeptycal.github.io
- Owner: skeptycal
- License: other
- Created: 2021-04-05T21:50:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T00:58:52.000Z (over 1 year ago)
- Last Synced: 2023-03-02T15:54:18.195Z (over 1 year ago)
- Topics: chemistry, go, golang, nuxtjs, portfolio, portfolio-website, python, software-development, software-engineering, vuejs
- Language: JavaScript
- Homepage: https://skeptycal.github.io/
- Size: 964 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# skeptycal.github.io
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).