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
.
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
API was development with Java. To run it locally, follow the instruction here
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Before start contributing to this project be sure you're familiar with our Contribution guidelines and our Code of Conduct.
We use GitHub Actions for continuous integration. Check out our build workflows.
See the CHANGELOG for details.
This project exists thanks to all the people who contribute — contribute.
Contributors
Made with contributors-img.
This project is licensed under the Apache License - see the LICENSE file for details.