Skip to content

PauloLuan/cifras-catolicas

Repository files navigation

💡 Introduction

This is a website built with NextJS for guitar chords focused on catolic musics.

You can checkout a live version here

📝 Minimal Requirements

  • NodeJs 16.x

Getting Started

To create a project from this boilerplate run:

yarn create next-app chakra-studies --example https://github.com/PauloLuan/cifras-catolicas

Then, 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