Welcome to the official website of Coding for Social Good Nepal! This guide will help you set up and run the project on your local machine.
Before you begin, ensure you have the following installed:
- Clone the repository:
git clone https://github.com/COSOGNepal/Website.git
- Navigate to the project directory:
cd Website - Install the dependencies:
npm install
To start the development server, run:
npm run devThe project should now be running at http://localhost:3000.
To create a production build, run:
npm run buildThe build artifacts will be stored in the dist/ directory.
We welcome contributions! Please see the CONTRIBUTING.md file for guidelines on how to get involved.
You're not allowed to use this project for any commercial purpose.
If you have any questions, feel free to reach out to the project maintainers.
Happy coding!