Skip to content

DawoodKamar/CSNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSNotes

Welcome to CSNotes, a platform that hosts blog posts and informative articles related to coding/computer science.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (Download here)
  • A package manager like npm (comes with Node.js), Yarn, or pnpm

Installation

  1. Clone the repository:

In your terminal, type in the following commands:

git clone https://github.com/DawoodKamar/CSNotes.git
cd csnotes
  1. Install dependencies:
npm install
#or
yarn
#or
pnpm install
  1. Set up the environment variables:

Create a .env file in the root of your project and include the necessary secret keys and variables.

Running the project

To start the development server, run:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 in your browser to see the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors