This is a Next.js project bootstrapped with create-next-app
.
The site is currently being hosted on S3: http://readme-site.s3-website-us-east-1.amazonaws.com/
Hackaton project card: https://www.notion.so/artsy/Supercharge-our-artsy-README-content-with-a-statically-built-site-navigation-and-fast-search-97bf473e540a4191a518500060a57790
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To build:
yarn build
Then upload static files to S3:
aws s3 cp out s3://readme-site/ --recursive
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!