https://github.com/vetri02/thetascript
[WIP] - Blog redesign
https://github.com/vetri02/thetascript
Last synced: 4 months ago
JSON representation
[WIP] - Blog redesign
- Host: GitHub
- URL: https://github.com/vetri02/thetascript
- Owner: vetri02
- License: mit
- Created: 2019-04-10T19:09:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T07:50:23.000Z (about 6 years ago)
- Last Synced: 2025-01-03T23:41:52.508Z (5 months ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thetascript: Javascript Blog
[](https://app.netlify.com/sites/thetascript/deploys)
Javascript, PWA and everything web
Here I put my thoughts into writing on everything web, mostly javascript
## About Me
My name is Vetri([Twitter](https://twitter.com/vetri02)), am a Frontend Consultant, with a experience of 11 years in HTML, CSS and Javascript. Developing performant/accessible web apps.
## Getting Started
### Dev
```
git clone https://github.com/vetri02/thetascript.git
cd thetascript
npm run develop
```### Adding new features/plugins
You can add other features by having a look at the official [plugins page](https://www.gatsbyjs.org/docs/plugins/)
### Building your site
```
npm run build
```Copy the content of the `public` folder to your webhost or use a website like Netlify which automates that for you.