Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.02 KB

File metadata and controls

44 lines (26 loc) · 1.02 KB

I am Melvin Jones

IndexNow

“Striving for excellence, one project at a time.”


Setup

Install dependencies and configure .env

npm install
cp .env.example .env

Development Server

To start a local development server, run:

npm run dev

Once the server is running, open your browser and navigate to http://localhost:4000/. The application will automatically reload whenever you modify any of the source files.

Building

To build the project run:

npm run  build

License

This project is licensed under the MIT License. See the LICENSE file for details.