Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ntd/adg.entidi.com

Website on adg.entidi.com
https://github.com/ntd/adg.entidi.com

adg nextjs website

Last synced: 27 days ago
JSON representation

Website on adg.entidi.com

Awesome Lists containing this project

README

        

Source repository of the [ADG canvas website](https://adg.entidi.com),
statically generated by [Next.js](https://nextjs.org/).

First installation:

1. Clone this repository
2. Install `node` and `npm` (NodeJS 16 or later required)
3. `npm install`

Local development:

1. `npm run dev`
2. point your browser to `http://localhost:3000`
3. hack

Deployment, provided you have the proper rights:

1. regenerate the site locally with `npm run build`
2. test with `npm run start`: the result is exposed at
`http://localhost:3000`
3. deploy with `npm run deploy`

If you find any spelling error, feel free to make a pull request
[on GitHub](https://github.com/ntd/adg.entidi.com).