lealceldeiro / org.wcdevs.blog.front

Holds the `org.wcdevs.blog.front` application
https://wcdevs.org
Apache License 2.0
2 stars 0 forks source link

org.wcdevs.blog.front

License: Apache Build and Publish

We are happy you're here!

Holds org.wcdevs.blog.front, the front-end application for blog.wcdevs.org

This is a Next.js project bootstrapped with create-next-app.

Requirements

Frontend

We use nvm to manage node versions.

To run the project with the proper node version run the command

nvm use

to use the selected version we specified on the .nvmrc config file for this project (v16.13.1)

Install the dependencies using npm or yarn.

npm i -g yarn # if you prefer yarn
# and then run
yarn
# or 
npm install

Backend

API was development with Java. To run it locally, follow the instruction here

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

Contributing

Before start contributing to this project be sure you're familiar with our Contribution guidelines and our Code of Conduct.

Continuous Integration

We use GitHub Actions for continuous integration. Check out our build workflows.

Changelog

See the CHANGELOG for details.

Authors

This project exists thanks to all the people who contribute — contribute.

Contributors

Made with contributors-img.

License

This project is licensed under the Apache License - see the LICENSE file for details.