Skip to content

PauloLuan/bible

Repository files navigation

💡 Introduction

Bible: This is my Next.js bible project.

You can check a production running version of this project here

📝 Minimal Requirements

  • NodeJs 14.x

Getting Started

First, you have to clone the project:

git clone https://github.com/PauloLuan/bible.git

Then, install the deps with yarn:

yarn

run the development server:

yarn dev

Open http://localhost:4444 with your browser to see the result.

You can also start the storybook server:

yarn storybook

Open http://localhost:9999 to check your stories.

Commands

  • dev: runs your application on localhost:4444
  • build: creates the production build version
  • start: starts a simple server with the build production code
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode
  • typecheck: check typescript types
  • generate: creates a component scaffold (you can also choose between styled component and chackra component)
  • storybook: runs storybook on localhost:6006
  • build-storybook: create the build version of storybook

What is inside?

This project uses:

📝 Author

Paulo Luan


Paulo Luan