Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vetri02/thetascript
[WIP] - Blog redesign
https://github.com/vetri02/thetascript
Last synced: 2 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T07:50:23.000Z (over 5 years ago)
- Last Synced: 2024-11-09T09:48:31.036Z (about 2 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
[![Netlify Status](https://api.netlify.com/api/v1/badges/565062c6-a431-4fdb-8c03-b9ef838d5ac3/deploy-status)](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.