Skip to content

Commit

Permalink
Repository maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
jsn-li committed Apr 4, 2021
1 parent f6cf5df commit 77dbc28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
# Code for Prismic+Next+Now Serverless guide

Follow along with the instructions in the Zeit guide to build a minimalist blog using Prismic as a CMS with Next.js deployed in Now as a serverless app.

### Install instructions
Use the Prismic CLI to copy the code and create the associated Prismic repository

```bash
yarn global add prismic-cli
prismic theme https://github.com/raulg/prismic-next-blog
```

### Finished example
If after following the guide all the way to the end you want to compare your project to a finished version, check out the `finished` branch for the completed code.
# Project Ignite Homepage
Built with Next.js and Prismic. Available at [projectignite.xyz](https://projectignite.xyz).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prismic-next-blog",
"name": "project-ignite",
"version": "1.0.0",
"description": "Guide code for building a simple blog that uses Prismic+Next+Now",
"description": "Website for Project Ignite",
"main": "index.js",
"scripts": {
"dev": "next",
Expand Down

0 comments on commit 77dbc28

Please sign in to comment.