The Repo for the Website at https://www.norfolkdevelopers.com
Hi! We're Norfolk Developers and you're awesome for just being here. We're a community of Developers based in and around Norfolk in the UK.
And this? This is our website! It's a community project, and we welcome contributors, particularly to our posts. The
process of adding your articles to our website is fairly simple, they should be provided in markdown format and can be
found in /src/pages/posts/
.
If you'd like to get involved and are unsure how to then reach out to us, we'd be happy to help onboard you. Give us a hola on Discord, Twitter, LinkedIn!
Getting started is fairly simple, you just need NodeJS >= 14.x
Install NodeJS 14.x, we recommend using Node Version Manager to do this:
- NodeJS 14.x
nvm use 14
- Clone the repo
git clone [email protected]:NorfolkDev/norfolkdevelopers-website.git
cd norfolkdevelopers-website/
- Install NPM packages
npm install
In the same directory you cloned the repo into, launch the dev server:
npm run dev
Now visit http://localhost:3000 in your browser
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- Give yourself a high five, or seek one from an unexpecting colleague
Distributed under the MIT License. See LICENSE.md
for more information.
Norfolk Developers - @NorfolkDev - [email protected]