Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ntd/adg.entidi.com
- Owner: ntd
- Created: 2021-12-11T17:56:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T17:39:45.000Z (about 1 year ago)
- Last Synced: 2024-11-06T01:05:19.296Z (3 months ago)
- Topics: adg, nextjs, website
- Language: TypeScript
- Homepage: https://adg.entidi.com
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. hackDeployment, 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).