Skip to content

Commit

Permalink
lint readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Mar 30, 2021
1 parent 1bb46ff commit 0d1d0be
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ Vulcan Next provides:

- A production-grade Next.js + Apollo GraphQL boilerplate. It includes development tooling such as Cypress, Jest, Storybook, MDX... and many others.
- A GraphQL API endpoint set up with Apollo Server, so you can start coding back-end features immediately.
- Schema-based helpers and hooks to quickly generate and consume your own GraphQL API.
- Schema-based helpers and hooks to quickly generate and consume your own GraphQL API.

[Check all the features](https://github.com/VulcanJS/vulcan-next-starter/tree/devel/src/content/docs/features.md)

[Read the introductory article](https://www.freecodecamp.org/news/how-to-replace-meteor-by-next-introducing-vulcan-next-starter/)

## A word about Vulcan.js aka Vulcan Meteor

You can't teach an old dog new tricks! Vulcan Next is the successor of "Vulcan.js", the Meteor framework from [Sacha Greif](https://sachagreif.com/). It inherits years of experience, in a modernized architecture that replaces Meteor by Next.js.
You can't teach an old dog new tricks! Vulcan Next is the successor of "Vulcan.js", the Meteor framework from [Sacha Greif](https://sachagreif.com/). It inherits years of experience, with a modernized architecture that replaces Meteor by Next.js.

---

## Install and run

```
```sh
git clone https://github.com/VulcanJS/vulcan-next-starter.git
yarn
yarn run dev
Expand Down Expand Up @@ -64,7 +64,6 @@ To create your own application, you'll want to use your own databse.

#### 1. Run a Mongo server using Docker


It will run Mongo in your current terminal, or create and run a Mongo image if it's the first time your run the command.

```sh
Expand All @@ -77,7 +76,7 @@ yarn run start:mongo

In `.env.development` or `.env.development.local` use this URI for Mongo:

```
```sh
MONGO_URI="mongodb://localhost:27017/vulcan-next-app"
```

Expand Down

0 comments on commit 0d1d0be

Please sign in to comment.