https://github.com/geyang/gatsby-katex-template
https://github.com/geyang/gatsby-katex-template
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geyang/gatsby-katex-template
- Owner: geyang
- Created: 2021-08-16T22:16:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T22:31:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T12:58:32.558Z (5 months ago)
- Language: JavaScript
- Size: 1.75 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dash.ML Web App
The deployed site can be visited at https://dash.ml
## 🚀 Quick start
1. **Getting Started**
Git clone this repository, and run
```shell
yarn
```3. **Writing and Viewing Your Page.**
Navigate into this directory, and run
```shell
yarn develop
```4. **Open the code and start customizing!**
Your site is now running at http://localhost:8000!
Edit `src/pages/index.js` to see your site update in real-time!
5. **When done, to Deploy**```shell
yarn deploy
```6. **Learn more**
- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)