Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prismicio/prismic-website-demo


https://github.com/prismicio/prismic-website-demo

Last synced: 2 months ago
JSON representation

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
```