This is the frontend of Sabiá Platform blog. It was built using NextJS.
- Clone this repository
git clone [email protected]:ufersa/plataforma-sabia-blog-web.git
- Install all dependencies
npm install
# or using yarn
yarn
-
Make a copy of
.env.example
, rename it to.env
and fill all values -
Start the web server
npm run develop
# or with yarn
yarn develop
Happy coding 🎉
-
start
: starts the application in production mode. The application should be compiled withbuild
command first. -
build
: builds the project. -
test
: runs all tests once. -
test:watch
: runs jest in watch mode. -
lint
: lints the code using eslint