https://github.com/process-analytics/process-analytics.dev
The source of the process-analytics.dev website
https://github.com/process-analytics/process-analytics.dev
gatsbyjs markdown material-ui reactjs site
Last synced: about 2 months ago
JSON representation
The source of the process-analytics.dev website
- Host: GitHub
- URL: https://github.com/process-analytics/process-analytics.dev
- Owner: process-analytics
- License: apache-2.0
- Created: 2021-06-04T11:53:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:55:24.000Z (7 months ago)
- Last Synced: 2024-10-29T19:33:29.867Z (7 months ago)
- Topics: gatsbyjs, markdown, material-ui, reactjs, site
- Language: TypeScript
- Homepage: https://process-analytics.dev/
- Size: 125 MB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Process Analytics Website## 🚀 Quick start
This site is created with Gatsby.
### Prerequisites
Minimal node version: See the [`.nvmrc` file](.nvmrc).
If you use `nvm`, you can change the node version used locally with `nvm use`. \
It loads the version specified in the `.nvmrc` file.### Start developing
#### Install dependencies
```shell
npm install
```#### Start the development server
```shell
npm start
```Your site is now running at http://localhost:8000! \
You can modify a file from `src` to see your site update in real-time!## Pull Request Previews
In Pull Request, a preview is generated to see how the modified website will look.
## 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)