Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prismicio/prismic-website-demo
https://github.com/prismicio/prismic-website-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prismicio/prismic-website-demo
- Owner: prismicio
- Created: 2018-07-03T08:48:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:00:14.000Z (almost 2 years ago)
- Last Synced: 2024-04-08T16:54:40.899Z (9 months ago)
- Language: CSS
- Size: 1.57 MB
- Stars: 5
- Watchers: 14
- Forks: 7
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prismic Website Demo
## Install dependencies
``` bash
npm install
```## Run in development mode
``` bash
npm run dev
```Then you can access it at [http://localhost:3000](http://localhost:3000).
## Run in production mode
``` bash
npm start
```