Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.01 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.01 KB

Sabia Platform

Sabiá Platform

This is the frontend of Sabiá Platform blog. It was built using NextJS.

🚀 Get up and running

  1. Clone this repository
  git clone git@github.com:ufersa/plataforma-sabia-blog-web.git
  1. Install all dependencies
npm install
# or using yarn
yarn
  1. Make a copy of .env.example, rename it to .env and fill all values

  2. Start the web server

npm run develop
# or with yarn
yarn develop

Happy coding 🎉

Additional commands

  • start: starts the application in production mode. The application should be compiled with build command first.

  • build: builds the project.

  • test: runs all tests once.

  • test:watch: runs jest in watch mode.

  • lint: lints the code using eslint