An open API service indexing awesome lists of open source software.

https://github.com/immattdavison/nomoredomains-website

Website for github.com/immattdavison/NoMoreDomains
https://github.com/immattdavison/nomoredomains-website

hacktoberfest nomoredomains website

Last synced: 6 months ago
JSON representation

Website for github.com/immattdavison/NoMoreDomains

Awesome Lists containing this project

README

          

# NoMoreDomains-Website
Website for github.com/immattdavison/NoMoreDomains

### Instructions to run:

Check if node is installed by entering the following command in the terminal: `node -v`
The above command displays the node version(if installed)

- Otherwise get NodeJS LTE release from here: [Install NodeJS](https://nodejs.org/en/download/)

After node is set up install the dependency as follows:

- Navigate in project root folder and run `npm install` or `npm i`

- To run/test the project finally run the comand `npm run dev`

A local instance of the app will start on `localhost:3000` navigate to it in the browser