Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jac18281828/2ad.com
2ad website
https://github.com/jac18281828/2ad.com
Last synced: about 1 month ago
JSON representation
2ad website
- Host: GitHub
- URL: https://github.com/jac18281828/2ad.com
- Owner: jac18281828
- Created: 2020-04-18T23:54:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T17:18:58.000Z (10 months ago)
- Last Synced: 2024-03-21T18:35:50.723Z (10 months ago)
- Language: Python
- Size: 76.1 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 2ad.com
public code for (2ad website)[https://www.2ad.com]
### Test Server
```
$ sh test.sh
```### Deployment
#### get started with submodules
```bash
$ git submodule update --recursive --init --force
```1. `yarn install --dev --frozen-lockfile`
2. `cdk synth`
3. `cdk deploy`
...
4. `cdk destroy`